// center a jdialog on screen JDialog d = new JDialog(); d.setSize(400, 300); d.setLocationRelativeTo(null); d.setVisible(true);