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(); */ }