Tic Tac Toe
Hi, I'm currently in a computer science class and I was using your guide as a reference on how i am making my tic tac toe board but our images on the squares are required to have color....I am unsure of how to do this but i do know that the text that locks each grid is:
pressedButton.setEnabled(false);
any idea on how to get it so there is color on my X's and O's but i can't click on the same button again?
|