javax center jdialog at the middle of screen

www‮ttual.‬uri.com
javax center jdialog at the middle of screen
JDialog d = new JDialog();
d.setSize(500, 300);
d.setLocationRelativeTo(null);
d.setVisible(true);
Created Time:2017-10-02 13:52:06  Author:lautturi