static JFrame centerFrame(JFrame frame) { frame.setLocationRelativeTo(null); // magic trick ret frame; }