Use
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 | added 76 characters in body; added 64 characters in body | ||
|
Use Retrieve the content pane for the frame and use the setBackground() method inherited from Component to change the color. Example:
|
||||
|
1 |
|
||
|
Use the setBackground() method inherited from Component. |
||||