static A packInternalFrameVertically(A c) { final JInternalFrame win = getInternalFrame(c); if (win == null) ret c; final int w = win.getWidth(); packInternalFrame(win); swing { win.setSize(w, win.getHeight()); } ret c; }