static JFrame frameMinWidth(JFrame frame, int w) { ret minFrameWidth(frame, w); } static JFrame frameMinWidth(int w, JFrame frame) { ret minFrameWidth(w, frame); }