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