static A packWindowVertically(A c) { final Window win = getWindow(c); if (win == null) ret c; final int w = win.getWidth(); packWindow(win); swing { win.setSize(w, win.getHeight()); } ret c; }