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/src/main/resources/com/megatim/fdxconvert/forms/ValidateurListForm.fxml | 16 ++++++++--------
1 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/fdx_convert/src/main/resources/importation/validation/data/client/forms/ValidateurListForm.fxml b/fdx_convert/src/main/resources/com/megatim/fdxconvert/forms/ValidateurListForm.fxml
similarity index 96%
rename from fdx_convert/src/main/resources/importation/validation/data/client/forms/ValidateurListForm.fxml
rename to fdx_convert/src/main/resources/com/megatim/fdxconvert/forms/ValidateurListForm.fxml
index e66feec..fae7016 100644
--- a/fdx_convert/src/main/resources/importation/validation/data/client/forms/ValidateurListForm.fxml
+++ b/fdx_convert/src/main/resources/com/megatim/fdxconvert/forms/ValidateurListForm.fxml
@@ -16,7 +16,7 @@
<?import javafx.scene.text.Font?>
<?import javafx.scene.text.Text?>
-<BorderPane maxHeight="1.7976931348623157E308" maxWidth="1.7976931348623157E308" minHeight="600.0" minWidth="1000.0" prefHeight="600.0" prefWidth="993.0" style="-fx-border-color: #969696; -fx-border-width: 1; -fx-background-color: white;" styleClass="mainFxmlClass" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="importation.validation.data.client.forms.ValidateurListFormController">
+<BorderPane maxHeight="1.7976931348623157E308" maxWidth="1.7976931348623157E308" minHeight="600.0" minWidth="1000.0" prefHeight="600.0" prefWidth="993.0" style="-fx-border-color: #969696; -fx-border-width: 1; -fx-background-color: white;" styleClass="mainFxmlClass" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="com.megatim.fdxconvert.forms.ValidateurListFormController">
<center>
<VBox maxHeight="1.7976931348623157E308" maxWidth="1.7976931348623157E308" prefHeight="509.0" prefWidth="949.0" BorderPane.alignment="CENTER">
<children>
@@ -24,7 +24,7 @@
<children>
<ImageView fitHeight="37.0" fitWidth="131.0" pickOnBounds="true" preserveRatio="true">
<image>
- <Image url="@../../../../../images/Logo_FDX_Convert.png" />
+ <Image url="@../../../../images/Logo_FDX_Convert.png" />
</image>
</ImageView>
</children>
@@ -165,7 +165,7 @@
<graphic>
<ImageView fitHeight="15.0" fitWidth="15.0" pickOnBounds="true" preserveRatio="true">
<image>
- <Image url="@../../../../../images/previous-img.png" />
+ <Image url="@../../../../images/previous-img.png" />
</image>
</ImageView>
</graphic>
@@ -181,7 +181,7 @@
<graphic>
<ImageView fitHeight="15.0" fitWidth="20.0" pickOnBounds="true" preserveRatio="true">
<image>
- <Image url="@../../../../../images/next-img.png" />
+ <Image url="@../../../../images/next-img.png" />
</image>
</ImageView>
</graphic>
@@ -239,7 +239,7 @@
<graphic>
<ImageView fitHeight="10.0" fitWidth="10.0" pickOnBounds="true" preserveRatio="true">
<image>
- <Image url="@../../../../../images/max_icon.png" />
+ <Image url="@../../../../images/max_icon.png" />
</image>
</ImageView>
</graphic>
@@ -251,7 +251,7 @@
<graphic>
<ImageView fitHeight="10.0" fitWidth="10.0" pickOnBounds="true" preserveRatio="true">
<image>
- <Image url="@../../../../../images/custom_close_icon.png" />
+ <Image url="@../../../../images/custom_close_icon.png" />
</image>
</ImageView>
</graphic>
@@ -268,7 +268,7 @@
</HBox>
</top>
<stylesheets>
- <URL value="@../../../../../styles/custom-main-style.css" />
- <URL value="@../../../../../styles/custom-title-bar.css" />
+ <URL value="@../../../../styles/custom-main-style.css" />
+ <URL value="@../../../../styles/custom-title-bar.css" />
</stylesheets>
</BorderPane>
--
Gitblit v1.10.0