I have a class that asks for a username and password to autenticate a user in the application.
Inside it, I have 2 JTextField objects, one for the u
Instead of using a JTextField, use a JPasswordField for your pswdTextField