Added icon code.
Updated version. Added .gitignore.
This commit is contained in:
parent
1b173f9d07
commit
d7b9ab01cc
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();
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user