1
I’ve tried the this.setLocationRelativeTo(null);
only he wasn’t in the middle of the screen, I’d say he was much more right and down than in the center.
public Principal() {
setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
this.setLocationRelativeTo(null);
setTitle("Menu Principal");
iniciarTela();
setSize(300, 200);
setVisible(true);
setResizable(false);
}
Add your code there. This command centralizes, the problem is elsewhere.
– user28595
Tai mano, I believe you’re in the right way ...
– Daniel Santos