Traducion

This commit is contained in:
nawfe
2020-04-30 13:09:18 +02:00
parent d4a52236e1
commit 255e8012bf
7 changed files with 28 additions and 14 deletions

View File

@@ -118,7 +118,7 @@ public class PlayersController implements Initializable{
final URL fxmlURL = getClass().getResource("../ressources/Plateau.fxml");
final ResourceBundle bundle = ResourceBundle.getBundle("domaine.properties.langue", Locale.FRENCH);
final FXMLLoader fxmlLoader = new FXMLLoader(fxmlURL, bundle);
Parent root = fxmlLoader.load();
AnchorPane root = fxmlLoader.load();
PlateauController pc = fxmlLoader.getController();
GestionnaireJeu.setPlateauController(pc);
GestionnaireJeu.setConfiguration(new Configuration(this.joueurs));