This commit is contained in:
martins 2022-11-29 15:49:27 +01:00
parent 86b93e43d5
commit eb44717c6c

View File

@ -42,6 +42,7 @@ public class FenetreSelectionEtu extends JPanel{
} }
i++; i++;
} }
this.getComponent(index).setBackground(Color.GREEN);
} }
public void removeList(int index){ public void removeList(int index){
@ -53,6 +54,7 @@ public class FenetreSelectionEtu extends JPanel{
} }
i++; i++;
} }
this.getComponent(index).setBackground(this.getBackground());
} }
public void addEtudiant(String nom, String prenom){ public void addEtudiant(String nom, String prenom){