From 2eba98b240232410675d98453a06c118e1a60e7a Mon Sep 17 00:00:00 2001 From: Yessine Ben El Bey Date: Wed, 6 May 2020 16:19:16 +0200 Subject: [PATCH] Quitter plateau non fini --- src/ihm/controller/PauseController.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ihm/controller/PauseController.java b/src/ihm/controller/PauseController.java index 80ead1f..83e5299 100644 --- a/src/ihm/controller/PauseController.java +++ b/src/ihm/controller/PauseController.java @@ -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(); */ }