static A jminwidth(int w, A c) { ret jMinWidth(w, c); } static A jminwidth(A c, int w) { ret jminwidth(w, c); }