Just how do you set the background color for a JFrame?
Retrieve the content pane for the frame and use the setBackground() method inherited from Component to change the color.
Example:
myJFrame.getContentPane().setBackground( desiredColor );
2.1m questions
2.1m answers
60 comments
57.0k users