how to make a jframe appear in the center of the screen code example
Example: how to put jframe in center of screen using jframe properties
public frame() {
initComponents();
this.setLocationRelativeTo(null);
}
public frame() {
initComponents();
this.setLocationRelativeTo(null);
}