diff --git a/src/main/resources/fr.pasteur.ida.zellige.gui.view/ChannelProjection.fxml b/src/main/resources/fr.pasteur.ida.zellige.gui.view/ChannelProjection.fxml
index 6a05694422084c5f0eaf104bdafbe23d265a132e..2b41d183f5b1a981566d82c68b86617d2dec25b4 100644
--- a/src/main/resources/fr.pasteur.ida.zellige.gui.view/ChannelProjection.fxml
+++ b/src/main/resources/fr.pasteur.ida.zellige.gui.view/ChannelProjection.fxml
@@ -1,7 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 
 <?import javafx.scene.control.Button?>
-<?import javafx.scene.control.CheckBox?>
 <?import javafx.scene.control.ChoiceBox?>
 <?import javafx.scene.control.Label?>
 <?import javafx.scene.control.Spinner?>
@@ -10,13 +9,12 @@
 <?import javafx.scene.layout.Pane?>
 <?import javafx.scene.layout.RowConstraints?>
 
-
-<fx:root maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="143.0" prefWidth="312.0" style="-fx-background-color: green;" type="Pane" xmlns="http://javafx.com/javafx/18.0.2" xmlns:fx="http://javafx.com/fxml/1">
+<fx:root maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="156.0" prefWidth="312.0" type="Pane" xmlns="http://javafx.com/javafx/23.0.1" xmlns:fx="http://javafx.com/fxml/1">
    <children>
-      <GridPane alignment="CENTER" layoutX="10.0" layoutY="10.0">
+      <GridPane alignment="CENTER" layoutX="10.0" layoutY="10.0" prefHeight="123.0" prefWidth="283.0">
          <columnConstraints>
-            <ColumnConstraints halignment="CENTER" hgrow="SOMETIMES" maxWidth="200.0" minWidth="10.0" prefWidth="72.6" />
-            <ColumnConstraints halignment="CENTER" hgrow="SOMETIMES" maxWidth="210.20000000000002" minWidth="0.0" prefWidth="210.20000000000002" />
+            <ColumnConstraints halignment="CENTER" hgrow="SOMETIMES" maxWidth="200.0" minWidth="10.0" prefWidth="106.20001220703125" />
+            <ColumnConstraints halignment="LEFT" hgrow="SOMETIMES" maxWidth="226.39999999999998" minWidth="0.0" prefWidth="176.79998779296878" />
          </columnConstraints>
          <rowConstraints>
             <RowConstraints minHeight="10.0" prefHeight="30.0" vgrow="SOMETIMES" />
@@ -33,6 +31,5 @@
          </children>
       </GridPane>
       <Button fx:id="view" layoutX="246.0" layoutY="97.0" mnemonicParsing="false" text="View" />
-      <CheckBox layoutX="237.0" layoutY="22.0" mnemonicParsing="false" selected="true" text="project" />
    </children>
 </fx:root>
diff --git a/src/main/resources/fr.pasteur.ida.zellige.gui.view/ConstructionDisplay.fxml b/src/main/resources/fr.pasteur.ida.zellige.gui.view/ConstructionDisplay.fxml
index e1107ea47de502015006be965f682a7da1f0af44..dd78c743e79aa41be0a1e472f174ada0486b5725 100644
--- a/src/main/resources/fr.pasteur.ida.zellige.gui.view/ConstructionDisplay.fxml
+++ b/src/main/resources/fr.pasteur.ida.zellige.gui.view/ConstructionDisplay.fxml
@@ -9,10 +9,10 @@
 
 <!--No controller specified : need of fx:root-->
 
-<fx:root alignment="CENTER" maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="355.0" prefWidth="351.0" type="VBox" xmlns="http://javafx.com/javafx/18.0.2" xmlns:fx="http://javafx.com/fxml/1">
+<fx:root alignment="CENTER" maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="355.0" prefWidth="351.0" type="VBox" xmlns="http://javafx.com/javafx/23.0.1" xmlns:fx="http://javafx.com/fxml/1">
    <children>
       <Label fx:id="surfaceNb" />
-      <FlowPane fx:id="display" alignment="CENTER" columnHalignment="CENTER" prefHeight="303.0" prefWidth="341.0" />
+      <FlowPane fx:id="display" alignment="CENTER" columnHalignment="CENTER" prefHeight="303.0" prefWidth="341.0" style="-fx-border-color: grey;" />
       <VBox alignment="CENTER" prefHeight="63.0" prefWidth="351.0">
          <children>
             <HBox alignment="CENTER" prefHeight="100.0" prefWidth="200.0" spacing="20.0">
diff --git a/src/main/resources/fr.pasteur.ida.zellige.gui.view/Projection.fxml b/src/main/resources/fr.pasteur.ida.zellige.gui.view/Projection.fxml
index d465314dd0199ea00942098f1754aeda8e79f89e..26266617deb434cfdccead4f48bf8e436d46c1c6 100644
--- a/src/main/resources/fr.pasteur.ida.zellige.gui.view/Projection.fxml
+++ b/src/main/resources/fr.pasteur.ida.zellige.gui.view/Projection.fxml
@@ -11,11 +11,11 @@
 <?import javafx.scene.layout.StackPane?>
 <?import javafx.scene.layout.VBox?>
 
-<HBox prefHeight="388.0" prefWidth="748.0" xmlns="http://javafx.com/javafx/18.0.2" xmlns:fx="http://javafx.com/fxml/1" fx:controller="fr.pasteur.ida.zellige.gui.controller.ProjectionController">
+<HBox prefHeight="388.0" prefWidth="748.0" xmlns="http://javafx.com/javafx/23.0.1" xmlns:fx="http://javafx.com/fxml/1" fx:controller="fr.pasteur.ida.zellige.gui.controller.ProjectionController">
    <children>
       <VBox alignment="CENTER" maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="387.0" prefWidth="381.0">
          <children>
-            <FlowPane fx:id="display" alignment="CENTER" columnHalignment="CENTER" prefHeight="348.0" prefWidth="371.0" />
+            <FlowPane fx:id="display" alignment="CENTER" columnHalignment="CENTER" prefHeight="348.0" prefWidth="371.0" style="-fx-border-color: grey;" />
             <VBox alignment="CENTER" prefHeight="63.0" prefWidth="351.0">
                <children>
                   <HBox alignment="CENTER" prefHeight="100.0" prefWidth="200.0" spacing="20.0">
diff --git a/src/main/resources/fr.pasteur.ida.zellige.gui.view/ReferenceSurfacePanel.fxml b/src/main/resources/fr.pasteur.ida.zellige.gui.view/ReferenceSurfacePanel.fxml
index 9fe9d4a9ccd73d716c80b5653f07f756735df0d9..8d1025a20363cf1ea578be6c1572ca169b264f61 100644
--- a/src/main/resources/fr.pasteur.ida.zellige.gui.view/ReferenceSurfacePanel.fxml
+++ b/src/main/resources/fr.pasteur.ida.zellige.gui.view/ReferenceSurfacePanel.fxml
@@ -4,9 +4,9 @@
 <?import javafx.scene.control.TabPane?>
 <?import javafx.scene.layout.Pane?>
 
-<fx:root maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="370.0" prefWidth="350.0" type="Pane" xmlns="http://javafx.com/javafx/18.0.2" xmlns:fx="http://javafx.com/fxml/1">
+<fx:root maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="355.0" prefWidth="350.0" style="-fx-border-color: grey;" type="Pane" xmlns="http://javafx.com/javafx/23.0.1" xmlns:fx="http://javafx.com/fxml/1">
    <children>
-      <TabPane fx:id="channelTools" prefHeight="239.0" prefWidth="350.0" style="-fx-background-color: pink;" tabClosingPolicy="UNAVAILABLE" />
+      <TabPane fx:id="channelTools" prefHeight="207.0" prefWidth="350.0" tabClosingPolicy="UNAVAILABLE" />
       <Button fx:id="run" layoutX="259.0" layoutY="307.0" mnemonicParsing="false" text="Run!" />
    </children>
 </fx:root>