[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.
Created Issue:
[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.
Moved Issue:
MC-14313 →
MCL-64
Added Security Level: Minecraft Launcher - Public
Added Affects Versions: 0.5
Removed Affects Versions: 13w16a
Removed all versions except 13w16a as this does not affect the old launcher.
Can someone kindly explain to me how to properly submit launcher bugs? I seem to have messed up twice. I really don't understand why it's not added to the projects list or something.
Currently this is (unfortunately) the correct way to submit launcher bugs. We are currently discussing a proposal to set up a separate launcher project.
Thanks!
This will be fixed when we update the launcher's native executable in the future, thanks for reporting!
No problem!
I code a lot with Swing/AWT so I've debugged a lot of programs. I just happen to notice these little things.
Glad I could help!