D_Larks
D_Larks

Reputation: 3

How can i change the JFrame top buttons and color?

I am trying to edit the JFrame top buttons like steam has in color "dark grey".

JFrame "TOP"

I would like to remove or add more components like "JButtons or Icons" at this section.

Do not know if there is a way where you do not need to change the "look & feel" complete or adding default UIManager using [UIManager.setLookAndFeel(something)].

If anyone of you know how to do this by only changing one property or two of the UIManager or something like that i would be interested, thank you.

Upvotes: 0

Views: 146

Answers (1)

JayC667
JayC667

Reputation: 2588

Install another LookAndFeel.

Maybe you like http://www.jtattoo.net/

Upvotes: 1

Related Questions