public void AIDetermineMove() { ai.findMove(); if (GD.getGameOver() == true) { disableAllButtons(); //display who won displayWinner(); } //allow the player to make their next move enableAllButtons(); }