[Launcher] Doesn't start in center of screen
The launcher appears in the top left corner of the screen which is default.
frame.setLocationRelativeTo(null);
right before
frame.setVisible(true);
should do the trick.
The launcher appears in the top left corner of the screen which is default.
frame.setLocationRelativeTo(null);
right before
frame.setVisible(true);
should do the trick.