Skip to content

Commit 308789c

Browse files
committed
Joe 8-14-2014
20:38 FrmAdminLogin n = new FrmAdminLogin(lib) Changed to FrmAdminLogin n = new FrmAdminLogin(FrmAdministratorLog.this.library)
1 parent 3160894 commit 308789c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Library/FrmAdministratorLog.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ public void actionPerformed(java.awt.event.ActionEvent evt) {
6060
&& loginPassWord.getText().equals("1")) {
6161
JOptionPane.showMessageDialog(FrmAdministratorLog.this, "Login Confirmed");
6262
FrmAdministratorLog.this.dispose();
63-
FrmAdminLogin n = new FrmAdminLogin(lib);
63+
FrmAdminLogin n = new FrmAdminLogin(FrmAdministratorLog.this.library);
6464
} else {
6565
// Wrong info. provided
6666
JOptionPane.showMessageDialog(FrmAdministratorLog.this, "Sorry, Worng Input!");

0 commit comments

Comments
 (0)