svoid minimizeWindow(JFrame f) { if (f != null) swing { f.setState(JFrame.ICONIFIED); } }