From 908e81dd173f380879d5fabeb5794d5b7a76df0e Mon Sep 17 00:00:00 2001
From: Kenmegne <stephanie.kenmegne@gmail.com>
Date: Fri, 19 Jun 2026 10:40:50 +0000
Subject: [PATCH] fix bug in package refactor

---
 fdx_convert/target/classes/com/megatim/fdxconvert/controller/main.fxml |   30 ++++++++++++++++++------------
 1 files changed, 18 insertions(+), 12 deletions(-)

diff --git a/fdx_convert/src/main/resources/importation/validation/data/client/controller/main.fxml b/fdx_convert/target/classes/com/megatim/fdxconvert/controller/main.fxml
similarity index 91%
copy from fdx_convert/src/main/resources/importation/validation/data/client/controller/main.fxml
copy to fdx_convert/target/classes/com/megatim/fdxconvert/controller/main.fxml
index ef6039d..63c527f 100644
--- a/fdx_convert/src/main/resources/importation/validation/data/client/controller/main.fxml
+++ b/fdx_convert/target/classes/com/megatim/fdxconvert/controller/main.fxml
@@ -1,12 +1,18 @@
 <?xml version="1.0" encoding="UTF-8"?>
 
-<?import javafx.geometry.*?>
-<?import javafx.scene.*?>
-<?import javafx.scene.control.*?>
-<?import javafx.scene.image.*?>
-<?import javafx.scene.layout.*?>
+<?import javafx.geometry.Insets?>
+<?import javafx.scene.Cursor?>
+<?import javafx.scene.control.Button?>
+<?import javafx.scene.control.Menu?>
+<?import javafx.scene.control.MenuButton?>
+<?import javafx.scene.control.MenuItem?>
+<?import javafx.scene.image.Image?>
+<?import javafx.scene.image.ImageView?>
+<?import javafx.scene.layout.AnchorPane?>
+<?import javafx.scene.layout.HBox?>
+<?import javafx.scene.layout.VBox?>
 
-<VBox fx:id="mainContainer" maxHeight="1.7976931348623157E308" maxWidth="1.7976931348623157E308" prefHeight="600.0" prefWidth="1081.0" style="-fx-background-color: transparent;" stylesheets="@../../../../../styles/main_screen.css" xmlns="http://javafx.com/javafx/17.0.12" xmlns:fx="http://javafx.com/fxml/1" fx:controller="importation.validation.data.client.controller.MainController">
+<VBox fx:id="mainContainer" maxHeight="1.7976931348623157E308" maxWidth="1.7976931348623157E308" prefHeight="600.0" prefWidth="1081.0" style="-fx-background-color: transparent;" stylesheets="@../../../../styles/main_screen.css" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="com.megatim.fdxconvert.controller.MainController">
     <children>
         <HBox style="-fx-background-color: #f8f8f8;">
             <children>
@@ -14,7 +20,7 @@
                     <children>
                         <ImageView fitHeight="48.0" fitWidth="190.0" pickOnBounds="true" preserveRatio="true">
                             <image>
-                                <Image url="@../../../../../images/Logo_FDX_Convert.png" />
+                                <Image url="@../../../../images/Logo_FDX_Convert.png" />
                             </image>
                         </ImageView>
                     </children>
@@ -28,7 +34,7 @@
                             <graphic>
                                 <ImageView fitHeight="20.0" fitWidth="20.0" pickOnBounds="true" preserveRatio="true">
                                     <image>
-                                        <Image url="@../../../../../images/Fichier.png" />
+                                        <Image url="@../../../../images/Fichier.png" />
                                     </image>
                                 </ImageView>
                             </graphic>
@@ -40,7 +46,7 @@
                             <graphic>
                                 <ImageView fitHeight="20.0" fitWidth="20.0" pickOnBounds="true" preserveRatio="true">
                                     <image>
-                                        <Image url="@../../../../../images/143-02.png" />
+                                        <Image url="@../../../../images/143-02.png" />
                                     </image>
                                 </ImageView>
                             </graphic>
@@ -65,7 +71,7 @@
                             <graphic>
                                 <ImageView fitHeight="20.0" fitWidth="20.0" pickOnBounds="true" preserveRatio="true">
                                     <image>
-                                        <Image url="@../../../../../images/143-03.png" />
+                                        <Image url="@../../../../images/143-03.png" />
                                     </image>
                                 </ImageView>
                             </graphic>
@@ -84,7 +90,7 @@
                             <graphic>
                                 <ImageView fitHeight="20.0" fitWidth="20.0" pickOnBounds="true" preserveRatio="true">
                                     <image>
-                                        <Image url="@../../../../../images/143-04.png" />
+                                        <Image url="@../../../../images/143-04.png" />
                                     </image>
                                 </ImageView>
                             </graphic>
@@ -98,7 +104,7 @@
                             <graphic>
                                 <ImageView disable="true" fitHeight="20.0" fitWidth="20.0" pickOnBounds="true" preserveRatio="true">
                                     <image>
-                                        <Image url="@../../../../../images/143-05.png" />
+                                        <Image url="@../../../../images/143-05.png" />
                                     </image>
                                 </ImageView>
                             </graphic>

--
Gitblit v1.10.0