|
-
February 1st, 1999, 01:24 PM
#1
How to change default background color?
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]
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|