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() {
|
gamelabel.addMouseListener(new MouseAdapter() {
|
||||||
public void mouseClicked(MouseEvent e) {
|
public void mouseClicked(MouseEvent e) {
|
||||||
aktuellesSpiel = new Spiel(Dashboard_GUI, speicherung);
|
aktuellesSpiel = new Spiel(Dashboard_GUI, speicherung);
|
||||||
System.out.println("GUI: Spiel GUI geöffnet");
|
if(speicherung.getSpieler() == "") {
|
||||||
Dashboard_GUI.showgame(aktuellesSpiel);
|
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