static void minimizeFrame(final Component c) { swing { JFrame f = getFrame(c); if (f != null) f.setState(JFrame.ICONIFIED); } }