Cómo configurar el color de la colo en Java

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