This commit is contained in:
pro.boooooo
2022-11-27 14:14:19 +01:00
parent f6253edc8c
commit c37363dce6
9 changed files with 53 additions and 13 deletions

View File

@@ -47,6 +47,7 @@ public class AdminView extends BFrame {
addStudGrup.setActionCommand("TODO");
this.add(addStudGrup, settings);
this.setResizable(false);
this.openBFrame();
this.refreshBFrame();
}