// set jframe to appear centered jframe1.pack(); jframe1.setLocationRelativeTo(null); jframe1.setVisible(true);