javax centerlaized jframe on the screen

www.la‮iruttu‬.com
javax centerlaized jframe on the screen
// set jframe to appear centered 

jframe1.pack();
jframe1.setLocationRelativeTo(null);
jframe1.setVisible(true);
Created Time:2017-10-02 13:56:50  Author:lautturi