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