static void hideFrame(Component c) { JFrame f = getFrame(c); if (f != null) f.setVisible(false); }