This commit is contained in:
pro.boooooo
2022-12-08 02:10:28 +01:00
parent 51407d32cc
commit 0b995a0bcb
8 changed files with 18 additions and 2 deletions

View File

@@ -623,6 +623,8 @@ public class Controller implements ActionListener, ListSelectionListener {
}
else if(Objects.equals(command, "av::ShowRequestFromStudent")) {
this.r = this.db.getRequestList();
Object[][] data = new Object[this.r.size()][5];
String[] titre = {
@@ -634,6 +636,7 @@ public class Controller implements ActionListener, ListSelectionListener {
};
for(int i = 0; i <= this.r.size()-1; i++) {
System.out.println(this.getGroupeById(this.r.get(i).getWitchGroupe()));
Object[] info = {
this.getEtuNameById(this.r.get(i).getEtuId()),
this.getGroupeById(this.r.get(i).getWitchGroupe()),