From 85887a5f4c6b30f023440ec0a395d44156a5ecf3 Mon Sep 17 00:00:00 2001 From: pablo rodriguez <58742538+1-pablo-rodriguez@users.noreply.github.com> Date: Fri, 7 Jul 2023 13:16:50 +0200 Subject: [PATCH] maj V1.0.03 --- base/base_sauvegarde.xml | 2 +- .../Windows/Window_exempleMAJ.java | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) rename Window_exempleMAJ.java => src/Windows/Window_exempleMAJ.java (95%) diff --git a/base/base_sauvegarde.xml b/base/base_sauvegarde.xml index 13b572f..870503a 100644 --- a/base/base_sauvegarde.xml +++ b/base/base_sauvegarde.xml @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/Window_exempleMAJ.java b/src/Windows/Window_exempleMAJ.java similarity index 95% rename from Window_exempleMAJ.java rename to src/Windows/Window_exempleMAJ.java index d2d7fb2..4c24a4a 100644 --- a/Window_exempleMAJ.java +++ b/src/Windows/Window_exempleMAJ.java @@ -1,9 +1,10 @@ -package baseUFRHG; +package Windows; +import java.awt.BorderLayout; + +import javax.swing.ImageIcon; import javax.swing.JFrame; import javax.swing.JLabel; -import java.awt.BorderLayout; -import javax.swing.ImageIcon; import javax.swing.SwingConstants; public class Window_exempleMAJ extends JFrame{