static A centerFrameWithMinWidth(A c) { JFrame f = getFrame(c); if (f != null) centerFrameWithWidth(getMinWidth(f), f); ret c; }