fix ButtonListener.java

This commit is contained in:
Quentin Legot 2021-12-07 16:05:09 +01:00
parent c07266a763
commit 221aa3faec

View File

@ -35,7 +35,7 @@ public class ButtonListener extends AbstractModelListening {
alert.setTitle("Un joueur ordinateur a joué"); alert.setTitle("Un joueur ordinateur a joué");
alert.setHeaderText("Le joueur ordinateur numéro" + player.getId() + " a joué"); alert.setHeaderText("Le joueur ordinateur numéro" + player.getId() + " a joué");
alert.setContentText("Il a joué l'action: " + game.getSelectedAction()); */ alert.setContentText("Il a joué l'action: " + game.getSelectedAction()); */
App.viewManager.updateView(); App.getViewManager().updateView();
//alert.showAndWait(); //alert.showAndWait();
} }
} }