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