correction merge main
This commit is contained in:
parent
2edaa6156e
commit
7d331ee7da
@ -16,12 +16,7 @@ import main.GestionnaireJeu;
|
|||||||
public class Main extends Application {
|
public class Main extends Application {
|
||||||
@Override
|
@Override
|
||||||
public void start(Stage primaryStage) throws Exception {
|
public void start(Stage primaryStage) throws Exception {
|
||||||
|
|
||||||
<<<<<<< HEAD
|
|
||||||
final URL fxmlURL = getClass().getResource("ressources/Jouer_tour(2c2)choisir_joueur.fxml"); // "ressources/Jouer_tour(1)lancer_des.fxml"
|
|
||||||
=======
|
|
||||||
final URL fxmlURL = getClass().getResource("ressources/Menu.fxml");
|
final URL fxmlURL = getClass().getResource("ressources/Menu.fxml");
|
||||||
>>>>>>> 13ae661b3bfcbefc0024fd7828af03782c9a2e66
|
|
||||||
final ResourceBundle bundle = ResourceBundle.getBundle("domaine.properties.langue", Locale.FRANCE);
|
final ResourceBundle bundle = ResourceBundle.getBundle("domaine.properties.langue", Locale.FRANCE);
|
||||||
final FXMLLoader fxmlLoader = new FXMLLoader(fxmlURL, bundle);
|
final FXMLLoader fxmlLoader = new FXMLLoader(fxmlURL, bundle);
|
||||||
Pane root = fxmlLoader.load();
|
Pane root = fxmlLoader.load();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user