I am trying 2 write a program to solve a soduko.
I have lots of text fields and I need to compare them like
if (string1.equals(textfield){ do whatever}
but it only works for "0" e.g null??/
I have tried parsing it to an int but get the same result.
any ideas