Try changing this code:
else if ((!user.equals(uname)) && (!pwd.equals(password)))
to this:
else if ((user.equals(uname)) && (!pwd.equals(password)))
rubberman
Posting Maven
2,704 posts since Mar 2010
Reputation Points: 378
Solved Threads: 316
Skill Endorsements: 53
Question Answered as of 9 Months Ago by
gusano79
and
rubberman