diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a883441 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +# Created by .ignore support plugin (hsz.mobi) +.idea/workspace.xml +out/ diff --git a/src/cl/cromer/estructuras/Main.java b/src/cl/cromer/estructuras/Main.java index b2a2c70..df6d515 100644 --- a/src/cl/cromer/estructuras/Main.java +++ b/src/cl/cromer/estructuras/Main.java @@ -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(); } } \ No newline at end of file