Mise à jour de 'src/Test/Controller.java'
This commit is contained in:
@@ -330,7 +330,7 @@ public class Controller implements ActionListener, ListSelectionListener {
|
||||
if(this.e.get(i).getGroupe() == -1) {
|
||||
ArrayList<String> info = new ArrayList<>();
|
||||
info.add(this.e.get(i).getNom());
|
||||
info.add(this.e.get(i).getNom());
|
||||
info.add(this.e.get(i).getPrenom());
|
||||
info.add(String.valueOf(this.e.get(i).getGroupe()));
|
||||
info.add("[AJOUTER]");
|
||||
|
||||
|
Reference in New Issue
Block a user