Windows Support(nicht getestet)

This commit is contained in:
Simon Rieger 2016-10-17 06:51:17 +02:00
parent e62de4e883
commit d1419ebf66
2 changed files with 3 additions and 0 deletions

2
.gitignore vendored Normal file
View file

@ -0,0 +1,2 @@
/nbproject/private/
/build/

View file

@ -385,6 +385,7 @@ public class GUI extends javax.swing.JFrame {
/* Create and display the form */
java.awt.EventQueue.invokeLater(() -> {
System.out.println("HalloWelt");
new GUI().setVisible(true);
File dir = new File("./modpack");
dir.mkdir();