Details
-
Type:
Bug
-
Status: Resolved
-
Resolution: Fixed
-
Affects Version/s: 0.5
-
Fix Version/s: 0.7
-
Component/s: None
-
Labels:None
-
Confirmation Status:Confirmed
Description
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.