diff --git a/src/ihm/controller/JoueurIHM.java b/src/ihm/controller/JoueurIHM.java index ce5e35a..0c4f9f9 100644 --- a/src/ihm/controller/JoueurIHM.java +++ b/src/ihm/controller/JoueurIHM.java @@ -106,7 +106,6 @@ public class JoueurIHM { iv.fitHeightProperty().bind(gp.heightProperty()); iv.fitHeightProperty().bind(gp.heightProperty()); } - }); iv.setOnMouseReleased(release -> { diff --git a/src/ihm/controller/PlateauController.java b/src/ihm/controller/PlateauController.java index 9880943..025a7bb 100644 --- a/src/ihm/controller/PlateauController.java +++ b/src/ihm/controller/PlateauController.java @@ -27,6 +27,7 @@ import javafx.animation.Timeline; import javafx.fxml.FXML; import javafx.fxml.FXMLLoader; import javafx.fxml.Initializable; +import javafx.geometry.Pos; import javafx.scene.Group; import javafx.scene.Parent; import javafx.scene.control.Button; @@ -559,34 +560,30 @@ public void afficherEffet(Joueur j) throws IOException { return mapRessourcesDosCartes; } - public void setMapRessourcesDosCartes(Map mapRessourcesDosCartes) { this.mapRessourcesDosCartes = mapRessourcesDosCartes; } - private Action choixAction; public void afficherChoisirAction(Joueur joueur, List list) { - final URL fxmlURL = getClass().getResource("/ihm/ressources/ChoisirAction.fxml"); - final ResourceBundle bundle = ResourceBundle.getBundle("domaine.properties.langue", Locale.FRANCE); - final FXMLLoader fxmlLoader = new FXMLLoader(fxmlURL, bundle); - + List