How can I alter the color of the selected tab in a JTabbedPane at runtime. The following works if done before the creation of the JTabbedPane, but I need to be able to configure the colour scheme later.
UIManager.put("TabbedPane.selected", Color.black);
Cheers,
Paul
_______________________________________________
Swing mailing list
[EMAIL PROTECTED]
http://eos.dk/mailman/listinfo/swing
