static JComponent jMinSize(int w, int h, JComponent c) { ret jMinWidth(w, jMinHeight(h, c)); }