mirror of
https://github.com/FatttSnake/ClassroomInteraction.git
synced 2026-04-06 05:01:27 +08:00
TeacherUI:JTable completed and modify checkIn code
This commit is contained in:
@@ -50,6 +50,7 @@ public class SignIn {
|
||||
frame.setVisible(false);
|
||||
} else {
|
||||
JOptionPane.showMessageDialog(null, "密码错误,请重新输入", "错误!!", JOptionPane.ERROR_MESSAGE);
|
||||
sigIn.password_input.setText(""); //清空输入框内容
|
||||
}
|
||||
isConnectedToDatabase = true;
|
||||
} catch (NoConfigException ex) {
|
||||
|
||||
Reference in New Issue
Block a user