cara meletakkan jframe di tengah layar menggunakan properti jframe
public frame() {
initComponents();
this.setLocationRelativeTo(null);
}
Godbolt
public frame() {
initComponents();
this.setLocationRelativeTo(null);
}
frame.setLocationRelativeTo(null);