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 5dbf081 commit 6fcb5a2Copy full SHA for 6fcb5a2
src/Library/FrmAdministratorLog.java
@@ -52,6 +52,7 @@ public FrmAdministratorLog(Library lib) {
52
JButton BtnLogin = new JButton("Login");
53
BtnLogin.setBounds(380, 190, 90, 25);
54
this.add(BtnLogin);
55
+
56
57
BtnLogin.addActionListener(new java.awt.event.ActionListener() {
58
public void actionPerformed(java.awt.event.ActionEvent evt) {
0 commit comments