Bau dir dein Modpack1

This commit is contained in:
Simon Rieger 2016-10-17 06:51:17 +02:00
parent e62de4e883
commit 270f325196
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 */ /* Create and display the form */
java.awt.EventQueue.invokeLater(() -> { java.awt.EventQueue.invokeLater(() -> {
System.out.println("HalloWelt");
new GUI().setVisible(true); new GUI().setVisible(true);
File dir = new File("./modpack"); File dir = new File("./modpack");
dir.mkdir(); dir.mkdir();