show/hide this revision's text 2 added 4 characters in body

To set the background color for JFrame:

getContentPane().setBackground(Color.YELLOW);  //Whatever color
show/hide this revision's text 1

To set the background color for JFrame:

getContentPane().setBackground(Color.YELLOW); //Whatever color