Do you know how to make the password in the JPasswordField getting the actionperform then matching that "Javaranch" is the password then if it's "Javaranch", log on. Thanks.. Larry
Paul Stevens
Ranch Hand
Joined: May 17, 2001
Posts: 2823
posted
0
String password = new String(passwordTextField.getPassword()).trim(); if (password.equals(someStoredPassword)) { //allow login } else { //invalid password }
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to
run our stuff on 16 servers instead of 3.