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