Spielen nur mit Spieler auswahl möglich
This commit is contained in:
@@ -173,8 +173,13 @@ public class GUI extends JFrame{
|
||||
gamelabel.addMouseListener(new MouseAdapter() {
|
||||
public void mouseClicked(MouseEvent e) {
|
||||
aktuellesSpiel = new Spiel(Dashboard_GUI, speicherung);
|
||||
System.out.println("GUI: Spiel GUI geöffnet");
|
||||
Dashboard_GUI.showgame(aktuellesSpiel);
|
||||
if(speicherung.getSpieler() == "") {
|
||||
System.out.println("GUI: Kein Spieler gesetzt");
|
||||
}else{
|
||||
System.out.println("GUI: Spiel GUI geöffnet");
|
||||
Dashboard_GUI.showgame(aktuellesSpiel);
|
||||
}
|
||||
|
||||
}
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user