mirror of
https://github.com/FatttSnake/ClassroomInteraction.git
synced 2026-04-06 00:41:26 +08:00
Fix the login password error is not prompted
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user