We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3160894 commit 308789cCopy full SHA for 308789c
src/Library/FrmAdministratorLog.java
@@ -60,7 +60,7 @@ public void actionPerformed(java.awt.event.ActionEvent evt) {
60
&& loginPassWord.getText().equals("1")) {
61
JOptionPane.showMessageDialog(FrmAdministratorLog.this, "Login Confirmed");
62
FrmAdministratorLog.this.dispose();
63
- FrmAdminLogin n = new FrmAdminLogin(lib);
+ FrmAdminLogin n = new FrmAdminLogin(FrmAdministratorLog.this.library);
64
} else {
65
// Wrong info. provided
66
JOptionPane.showMessageDialog(FrmAdministratorLog.this, "Sorry, Worng Input!");
0 commit comments