static JPanel singleColorPanelWithSize(Color color, int w, int h) { ret jMinSize(w, h, singleColorPanel(color)); } static JPanel singleColorPanelWithSize() { ret singleColorPanelWithSize(Color.white, 100, 100); }