Added icon code.

Updated version.
Added .gitignore.
This commit is contained in:
Chris Cromer 2016-06-27 18:29:00 -04:00
parent 1b173f9d07
commit d7b9ab01cc
2 changed files with 4 additions and 0 deletions

3
.gitignore vendored Normal file
View File

@ -0,0 +1,3 @@
# Created by .ignore support plugin (hsz.mobi)
.idea/workspace.xml
out/

View File

@ -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();
}
}