Hi, maybe you should use the following method of class String to compare two strings' value: compareTo(String stringname).
 
In your code, you can try like this:
if (name.compareTo(client)==0&&pasw.compareTo(pass)==0){...}
 

Reply via email to