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