202404 免责声明

This commit is contained in:
2024-05-15 17:10:33 +08:00
parent 84faea7d3f
commit 6ab02e20ad
8 changed files with 23 additions and 39 deletions

View File

@@ -38,8 +38,8 @@ public class ListenKeyFrame {
frame.add(label);
frame.add(buttonIn);
frame.add(buttonOut);
// frame.add(jTextField); // 注释
// frame.add(buttonSubmit); // 注释
frame.add(jTextField); // 注释
frame.add(buttonSubmit); // 注释
frame.add(buttonPlay);
frame.setFocusableWindowState(true);
frame.setAlwaysOnTop(true);