how can i change the color of toolbar in JFrame?
Posted
by Venkats
on Stack Overflow
See other posts from Stack Overflow
or by Venkats
Published on 2010-03-20T12:22:45Z
Indexed on
2010/03/20
12:31 UTC
Read the original article
Hit count: 129
I am using the following code,
UIManager.put("JFrame.activeTitleBackground", Color.red);
for change the toolbar color in JFrame. But it didn't work.
Is it possible to change the color of toolbar in JFrame?
© Stack Overflow or respective owner