static JFrame centerFrame(Component c) { JFrame frame = getFrame(c); if (frame != null) frame.setLocationRelativeTo(null); // magic trick ret frame; }