commit 10f54fe2eadbe28249575095f9151e3d76a2f247
parent 757c774d92592390ecf64a87e3c6e58ec85c28a8
Author: adglas21 <adamglasheen99@gmail.com>
Date: Thu, 5 Dec 2024 21:14:33 +0000
1 comment is all - final
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/TicTacToeClient/src/main/java/com/groupproject/tictactoeclient/ContentPanes/login.java b/TicTacToeClient/src/main/java/com/groupproject/tictactoeclient/ContentPanes/login.java
@@ -107,7 +107,6 @@ public class login extends CustomPanel {
//Item listener to check if the showPassword checkbox has been selected
//If selected show the password and if not display the password as **** normal
char defaultPassword = passwordTextField.getEchoChar();
- // Login Button Action - check the entries of the textFields
showPassword.addItemListener(new ItemListener() {
public void itemStateChanged(ItemEvent e) {
if (e.getStateChange() == ItemEvent.SELECTED) {