Has anybody had any luck with changing the default background color? Looking

through the O'Reilly Java Swing book, it appears that all I have to do is

UIManager.put("window", Color.green). I did that before and after switching to the system L&F, but didn't see any effect. I also tried to just set the default background color for buttons by UIManager.put("Button.background", Color.green) and also didn't see any effect. Any ideas?


Thanks,

Neil Weber

[email protected]