Windows Support(nicht getestet)
This commit is contained in:
parent
e62de4e883
commit
d1419ebf66
2 changed files with 3 additions and 0 deletions
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
/nbproject/private/
|
||||
/build/
|
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue