$
This commit is contained in:
@@ -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()),
|
||||
|
Reference in New Issue
Block a user