how can i change the color of titlebar 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/21
4:41 UTC
Read the original article
Hit count: 418
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 titlebar in JFrame?
© Stack Overflow or respective owner