Jak umieścić JFrame na środku ekranu za pomocą właściwości JFrame
public frame() {
initComponents();
this.setLocationRelativeTo(null);
}
Godbolt
public frame() {
initComponents();
this.setLocationRelativeTo(null);
}
frame.setLocationRelativeTo(null);