View Single Post
  #6 (permalink)  
Old 02-14-2007, 09:48 PM
Epps Epps is offline
Newbie
 
Join Date: Feb 2007
Posts: 1
Rep Power: 0
Epps is on a distinguished road
Default 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?
Reply With Quote