show/hide this revision's text 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:

myJFrame.getContentPane().setBackground( desiredColor );
show/hide this revision's text 1

Use the setBackground() method inherited from Component.