public boolean OkMove(int x, int y)

int[][] Move=
{{1,3,7},{0,2,8},{1,5,13}},

I have a 2D array and two variables x and y the array list all the move list of all legal moves OkMove[0] is...