KeyPressed hinzugefügt für leichtere Eingabe:D
This commit is contained in:
parent
a29783a02b
commit
eeb8cee194
1 changed files with 1 additions and 1 deletions
|
@ -385,7 +385,7 @@ public class GUI extends javax.swing.JFrame {
|
|||
|
||||
/* Create and display the form */
|
||||
java.awt.EventQueue.invokeLater(() -> {
|
||||
System.out.println("HalloWelt");
|
||||
System.out.println("Hallo Welt");
|
||||
new GUI().setVisible(true);
|
||||
File dir = new File("./modpack");
|
||||
dir.mkdir();
|
||||
|
|
Loading…
Reference in a new issue