Choisir Joueur

This commit is contained in:
Paul Gross
2020-05-11 15:32:02 +02:00
parent f2ebbd627a
commit 3851b72149
3 changed files with 9 additions and 8 deletions

View File

@ -370,7 +370,7 @@ public class PlateauController implements Initializable {
}
public void afficherChoisirJoueur(Joueur j) throws IOException {
public void afficherChoisirJoueur(Joueur j, List<Joueur> joueurs, Contexte contexte) throws IOException {
final URL fxmlURL = getClass().getResource("/ihm/ressources/choixJoueurAttq.fxml");
final ResourceBundle bundle = ResourceBundle.getBundle("domaine.properties.langue", Locale.FRANCE);