Quitter plateau non fini

This commit is contained in:
Yessine Ben El Bey 2020-05-06 16:19:16 +02:00
parent 67d955b6d8
commit 2eba98b240

View File

@ -99,10 +99,10 @@ public class PauseController implements Initializable {
Stage appStage = (Stage) ((Node) me.getSource()).getScene().getWindow();
appStage.close();
final URL fxmlURL = getClass().getResource("/ihm/ressources/Menu.fxml");
/* final URL fxmlURL = getClass().getResource("/ihm/ressources/Menu.fxml");
final ResourceBundle bundle = ResourceBundle.getBundle("domaine.properties.langue", Locale.FRENCH);
final FXMLLoader fxmlLoader = new FXMLLoader(fxmlURL, bundle);
AnchorPane root = fxmlLoader.load();
AnchorPane root = fxmlLoader.load(); */
}