static JFrame showPackedFrameMinWidth(int w, Component c) { JFrame f = showPackedFrame(c); frameMinWidth(f, w); ret f; }