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