ok
This commit is contained in:
@@ -42,6 +42,7 @@ public class FenetreSelectionEtu extends JPanel{
|
||||
}
|
||||
i++;
|
||||
}
|
||||
this.getComponent(index).setBackground(Color.GREEN);
|
||||
}
|
||||
|
||||
public void removeList(int index){
|
||||
@@ -53,6 +54,7 @@ public class FenetreSelectionEtu extends JPanel{
|
||||
}
|
||||
i++;
|
||||
}
|
||||
this.getComponent(index).setBackground(this.getBackground());
|
||||
}
|
||||
|
||||
public void addEtudiant(String nom, String prenom){
|
||||
|
Reference in New Issue
Block a user