Posted By:
Sandip_Chitale
Posted On:
Monday, April 9, 2001 01:04 PM
Scan the sourcecode for
javax.swing.plaf.basic.BasicLookAndFeel
Then set all the configurable resources using UIManager.put(id, value); e.g.
UIManager.put("InternalFrame.activeTitleBackground", Color.red);
You should do this before creating the UI.