KeyPressed hinzugefügt für leichtere Eingabe:D

This commit is contained in:
Simon Rieger 2016-10-17 08:17:18 +02:00
parent a29783a02b
commit eeb8cee194

View file

@ -385,7 +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"); System.out.println("Hallo Welt");
new GUI().setVisible(true); new GUI().setVisible(true);
File dir = new File("./modpack"); File dir = new File("./modpack");
dir.mkdir(); dir.mkdir();