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){