From e705918e08be02b856b6b65d8d87a1d7f450a391 Mon Sep 17 00:00:00 2001 From: stiti Date: Mon, 22 Apr 2024 15:21:43 +0200 Subject: [PATCH] =?UTF-8?q?Correction=20position=20fen=C3=AAtre?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/HomeView.java | 1 - 1 file changed, 1 deletion(-) diff --git a/src/HomeView.java b/src/HomeView.java index 64821c8..494d169 100644 --- a/src/HomeView.java +++ b/src/HomeView.java @@ -98,7 +98,6 @@ public class HomeView extends JPanel { window.add(controlPanel, BorderLayout.SOUTH); // Ajoute le panneau de contrôles à la fenêtre window.pack(); // Ajuste la taille de la fenêtre pour s'adapter à son contenu - window.setLocationRelativeTo(null); // Centre la fenêtre sur l'écran window.setVisible(true); // Rend la fenêtre visible } }