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

@@ -116,6 +116,7 @@ public class ProfView extends BFrame {
searchTLetters.setActionCommand("pv::SearchStudentPer3Letters");
this.add(searchTLetters, settings);
this.setResizable(false);
this.openBFrame();
this.refreshBFrame();
}