mirror of
https://github.com/tiennm99/lombok.git
synced 2026-09-10 02:17:34 +00:00
Merge pull request #56 from ebraminio/master
Minor, put installer window on correct location
This commit is contained in:
@@ -101,6 +101,7 @@ public class InstallerGUI {
|
||||
public InstallerGUI() {
|
||||
appWindow = new JFrame(String.format("Project Lombok v%s - Installer", Version.getVersion()));
|
||||
|
||||
appWindow.setLocationByPlatform(true);
|
||||
appWindow.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
|
||||
appWindow.setResizable(false);
|
||||
appWindow.setIconImage(Toolkit.getDefaultToolkit().getImage(Installer.class.getResource("lombokIcon.png")));
|
||||
|
||||
Reference in New Issue
Block a user