is it possible to change titlebar color of JFrame or JInternalFrame

Posted by Arivu2020 on Stack Overflow See other posts from Stack Overflow or by Arivu2020
Published on 2010-03-20T12:22:24Z Indexed on 2010/03/20 13:11 UTC
Read the original article Hit count: 312

Filed under:
|

I am trying to change title bar color.but it dosen't work
UIManager.put("JFrame.activeCaption", new javax.swing.plaf.ColorUIResource( Color.GREEN)); JFrame.setDefaultLookAndFeelDecorated(true);

© Stack Overflow or respective owner

Related posts about java

Related posts about swing