static A jMinWidth(int w, A c) { Dimension size = c.getMinimumSize(); c.setMinimumSize(new Dimension(w, size.height)); ret c; }