Test
This commit is contained in:
parent
393984343c
commit
016ef2a317
|
@ -10,6 +10,8 @@ public class startLocalGame {
|
|||
ImageIcon backButtonIcon = new ImageIcon("graphics/backButton.png");
|
||||
ImageIcon humanPlayerIcon = new ImageIcon("graphics/humanPlayer.png");
|
||||
ImageIcon aiPlayerIcon = new ImageIcon("graphics/aiPlayer.png");
|
||||
//Lustiger Test
|
||||
//System.out.println("!");
|
||||
|
||||
// Frame
|
||||
JFrame frame = new JFrame("Lokales Spiel");
|
||||
|
|
Loading…
Reference in New Issue