skystar7
skystar7

Reputation: 4597

How can i design a professional looking JFrame?

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

Upvotes: 3

Views: 20675

Answers (1)

DNA
DNA

Reputation: 42596

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.

Upvotes: 5

Related Questions