$
This commit is contained in:
parent
43af48e66e
commit
7635a954cb
Binary file not shown.
@ -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) {
|
||||||
|
Loading…
Reference in New Issue
Block a user