TeacherUI:JTable completed and modify checkIn code

This commit is contained in:
cccccyb
2022-06-12 16:41:06 +08:00
parent a6dae2b772
commit 77e8f9374e
7 changed files with 125 additions and 56 deletions

View File

@@ -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) {