class sBox { int iPos; int jPos; int num; boolean[] numPossible; boolean compSolved; sBox(int i, int j) { iPos = i; jPos = j; num = -1; numPossible = new boolean[9]; compSolved = false; for(int x=0;x