cara mengubah warna latar belakang jframe
mainFrame.getContentPane().setBackground(Color.CYAN);
Tough Tern
mainFrame.getContentPane().setBackground(Color.CYAN);
getContentPane().setBackground(Color.YELLOW); //Whatever color
setBackground(Color.red);