From bcaac643249e47c84157cc94b7f0929628f7ce32 Mon Sep 17 00:00:00 2001 From: jagbirsinghh <73416917+jagbirsinghh@users.noreply.github.com> Date: Sun, 25 Oct 2020 11:20:53 +0530 Subject: [PATCH 1/2] Update TTT.java --- TTT.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TTT.java b/TTT.java index 243730a..920704e 100644 --- a/TTT.java +++ b/TTT.java @@ -223,7 +223,7 @@ private void declareWinner(GameStatus gs) { } public boolean players() { - int playerchoice = JOptionPane.showConfirmDialog(this, "Do you want to play with computer ? "); + int playerchoice = JOptionPane.showConfirmDialog(this, "Do you want to play with computer? "); if (playerchoice == JOptionPane.YES_OPTION) { this.playerflag = true; } else { From d88acbcd71e94577c98cb7d2a9ff68d7f568600f Mon Sep 17 00:00:00 2001 From: jagbirsinghh <73416917+jagbirsinghh@users.noreply.github.com> Date: Sun, 25 Oct 2020 11:21:16 +0530 Subject: [PATCH 2/2] TTT.java updated