@ -28,8 +28,8 @@ public class Cell extends JButton {
protected void OnMouseClick() {
if (playerID == 0) {
playerID = ttt.playerID;
ttt.endTurn();
setEnabled(false);
repaint();
}