How can i design a professional looking JFrame?

19,313

One way is to write a custom Look-And-Feel.

If that looks like too much work, the there are various colour and icon settings that can be tweaked - see the javadoc and the Swing Tutorial.

Share:
19,313
skystar7
Author by

skystar7

Updated on June 04, 2022

Comments

  • skystar7
    skystar7 almost 2 years

    I want to design my GUI app's Top-level window to be a professional looking, to give you an example of what i am talking about, check the image attached with this post Sample GUI design

    If there is a tutorial available that will be great

    Thanks

    • unholysampler
      unholysampler about 12 years
      Can you explain why you think that looks professional and why what you are normally making is not?
    • DNA
      DNA about 12 years
      If you can define "professional looking", then maybe someone can answer...
    • skystar7
      skystar7 about 12 years
      I don't want the plain looking jframe like this img21.imageshack.us/img21/7677/plainjframe.png, a tutorial on how to design a frame similar to the one i gave in the question will be nice
    • mKorbel
      mKorbel about 12 years
      good code equals good GUI and excelent code sometimes excelent GUI, without Custom Look&Feel or Translucency, everything is about used LayoutManagers