static void doubleWindowSizeToTheTop(final Component c) { swing { Window w = getWindow(c); if (w == null) ret; int height = w.getHeight(); w.setBounds(w.getX(), w.getY()-height, w.getWidth(), height*2); } }