static JPanel singleColorPanel(Color color) { new JPanel p; p.setOpaque(true); p.setBackground(color); ret p; }