508509510511512513514515516517518
UIUtilities.invokeOnEventThread(new Runnable() { public void run() { Rectangle bounds = new Rectangle(getBounds()); bounds.height = 10000; glassPane.paintImmediately(bounds); } }); } }