So ändern Sie die JFRame -Hintergrundfarbe
mainFrame.getContentPane().setBackground(Color.CYAN);
Tough Tern
mainFrame.getContentPane().setBackground(Color.CYAN);
getContentPane().setBackground(Color.YELLOW); //Whatever color
setBackground(Color.red);