|
@@ -6,6 +6,7 @@ import javax.swing.*;
|
|
|
|
|
|
|
|
public class Main {
|
|
public class Main {
|
|
|
public static void main(String[] args) {
|
|
public static void main(String[] args) {
|
|
|
|
|
+ System.out.println("Starte Spiel...");
|
|
|
JFrame window = new JFrame();
|
|
JFrame window = new JFrame();
|
|
|
window.setDefaultCloseOperation(WindowConstants.EXIT_ON_CLOSE);
|
|
window.setDefaultCloseOperation(WindowConstants.EXIT_ON_CLOSE);
|
|
|
window.setResizable(false);
|
|
window.setResizable(false);
|