From a6a8b326d9cfd8e2397f94d50448aa232995c3a4 Mon Sep 17 00:00:00 2001 From: Yessine Ben El Bey Date: Thu, 7 May 2020 18:08:54 +0200 Subject: [PATCH] Parametre --- src/ihm/controller/ParametreController.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ihm/controller/ParametreController.java b/src/ihm/controller/ParametreController.java index db625ab..27bc05a 100644 --- a/src/ihm/controller/ParametreController.java +++ b/src/ihm/controller/ParametreController.java @@ -62,7 +62,6 @@ public class ParametreController implements Initializable { public void enregistre(MouseEvent mouseEvent) throws IOException, Exception { InputStream fileSound1 = getClass().getResourceAsStream("/ihm/ressources/musique/BEEP1.wav"); - //Pour la musique if (fileMusique!=null) { @@ -110,7 +109,8 @@ public class ParametreController implements Initializable { if (clair.isSelected()) { //Pane root = FXMLLoader.load(getClass().getResource("../ressources/menu.fxml")); - //rootPane.setStyle("-fx-background-color: white;"); + rootPane.setStyle("-fx-background-color: white;"); + rootPane.applyCss(); } /*if (liste != null) {