Fix the login password error is not prompted

This commit is contained in:
2022-06-14 18:33:24 +08:00
parent 13cc41e730
commit 66512bfee8
3 changed files with 2 additions and 10 deletions

View File

@@ -21,7 +21,7 @@ import java.util.List;
public class SignIn {
private static final SignIn sigIn = new SignIn();
private static final JFrame frame = new JFrame("教师端");;
private static final JFrame frame = new JFrame("教师端");
private JPanel rootJPanel;
private JButton login_Button;
private JTextField workerNo_input;