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