package ColorAndFont; import javax.swing.JPanel; public class NothJPanel extends JPanel{ /** * */ private static final long serialVersionUID = 1L; public NothJPanel() { this.setBackground(UIColor.getJpnorth()); } }