static A jminheight(A c, int h) { ret jMinHeight(c, h); } static A jminheight(int h, A c) { ret jMinHeight(h, c); }