myJFrame.getContentPane().setBackground( desiredColor );
import java.awt.Color; .... [your panel name here].setBackground(Color.[some color like BLACK]);