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