static A jMinHeight_pure(int h, A c) { swing { Dimension size = c.getMinimumSize(); c.setMinimumSize(new Dimension(size.width, h)); } ret c; }