Added icon code.
Updated version. Added .gitignore.
This commit is contained in:
3
.gitignore
vendored
Normal file
3
.gitignore
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
# Created by .ignore support plugin (hsz.mobi)
|
||||
.idea/workspace.xml
|
||||
out/
|
@@ -62,6 +62,7 @@ public class Main extends Application {
|
||||
//stage.setMaximized(true);
|
||||
stage.setMinHeight(640);
|
||||
stage.setMinWidth(768);
|
||||
//stage.getIcons().add(new Image("file:icon.png"));
|
||||
stage.show();
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user