Thread
:
window background color?
View Single Post
#
2
(
permalink
)
01-24-2008, 01:24 AM
hardwired
Senior Member
Join Date: Jul 2007
Posts: 1,222
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.
hardwired
View Public Profile
Send a private message to hardwired
Find all posts by hardwired