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