View Single Post
  #2 (permalink)  
Old 01-24-2008, 01:24 AM
hardwired hardwired is offline
Senior Member
 
Join Date: Jul 2007
Posts: 1,222
hardwired is on a distinguished road
If your window is a JFrame, JDialog or JWindow you can try
Code:
myFrame.getContentPane().setBackground(yourColor)
If it is a Frame of Window you can try
Code:
myRef.setBackground(color)
JOptionPanes take a little more work.
Reply With Quote