From b926dc4d325cda79724a10eb09a3986d7b47d82a Mon Sep 17 00:00:00 2001 From: martins Date: Tue, 29 Nov 2022 15:55:21 +0100 Subject: [PATCH] ok --- .../projetIHM2022FI2/ROOT/View/FenetreSelectionEtu.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/java/APIGroupe/src/fr/iutfbleau/projetIHM2022FI2/ROOT/View/FenetreSelectionEtu.java b/java/APIGroupe/src/fr/iutfbleau/projetIHM2022FI2/ROOT/View/FenetreSelectionEtu.java index 0c3579a..0b0b707 100644 --- a/java/APIGroupe/src/fr/iutfbleau/projetIHM2022FI2/ROOT/View/FenetreSelectionEtu.java +++ b/java/APIGroupe/src/fr/iutfbleau/projetIHM2022FI2/ROOT/View/FenetreSelectionEtu.java @@ -42,7 +42,6 @@ public class FenetreSelectionEtu extends JPanel{ } i++; } - this.getComponent(index).setBackground(Color.GREEN); } public void removeList(int index){ @@ -54,7 +53,6 @@ public class FenetreSelectionEtu extends JPanel{ } i++; } - this.getComponent(index).setBackground(this.getBackground()); } public void addEtudiant(String nom, String prenom){