static void growInternalFrameLeft(Component c, final int howMuch) { final JInternalFrame w = getInternalFrame(c); if (w != null) swing { Rectangle r = w.getBounds(); w.setBounds(r.x-howMuch, r.y, r.width+howMuch, r.height); } }