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

@@ -117,6 +117,7 @@ public class BFrame extends JFrame {
frame.getContentPane().add(scrollPane);
scrollPane.setViewportView(content);
frame.setResizable(false);
frame.setVisible(true);
}