static void frameStandardSize(JFrame frame) { frame.setBounds(300, 100, 500, 400); }