This commit is contained in:
Bilou 2022-12-08 04:37:41 +01:00
parent 43af48e66e
commit 7635a954cb
2 changed files with 5 additions and 0 deletions

Binary file not shown.

View File

@ -714,6 +714,8 @@ public class Controller implements ActionListener, ListSelectionListener {
} }
} }
} }
this.parent.updateTable(this.initTable());
} }
private void renameGrup(TableModel tm, int[] cell) { private void renameGrup(TableModel tm, int[] cell) {
@ -752,6 +754,9 @@ public class Controller implements ActionListener, ListSelectionListener {
this.parent.getLocation().x + (this.parent.getSize().width - 600) / 2, this.parent.getLocation().x + (this.parent.getSize().width - 600) / 2,
this.parent.getLocation().y + (this.parent.getSize().height - 300) / 2, this.parent.getLocation().y + (this.parent.getSize().height - 300) / 2,
forModal); forModal);
this.g = this.db.getGroupeList();
this.parent.updateTable(this.initTable());
} }
private void addMoveStudent(TableModel tm, int[] cell, String action) { private void addMoveStudent(TableModel tm, int[] cell, String action) {