Question: Assignment 17 Tic-Tac-Toe Submit Assignment Due Sunday by 11:59pm Points 10 Submitting a text entry box Available Feb 24 at 11:59pm - Mar 3 at
Assignment 17 Tic-Tac-Toe
Submit Assignment
Due Sunday by 11:59pm
Points 10
Submitting a text entry box
Available Feb 24 at 11:59pm - Mar 3 at 11:59pm 7 days
Homework 17 - Working With Object Arrays
Note About Applets
In the old days we would do these projects as applets. Unfortunately, applets are not as secure as Sun / Oracle once thought they were. Now, it is almost impossible to run an applet over the web. If you want to see how the Tic-Tac-Toe game looks you will have to view this video (Links to an external site.)Links to an external site.
Purpose
| The Sun Java Development Kit (JDK) comes with a sample program that plays TicTacToe. The JDK program includes sounds and comes with cool graphics. It can be a little slow, however, and the code is not the easiest to understand. In this homework, you'll build your own version of TicTacToe using JLabels, GridLayout, and a couple of arrays. | ![]() |
To complete the homework you'll have to understand how to:
Declare a two-dimensional array of primitive values
Declare a two-dimensional array of object references
Initialize each of the elements in a two-dimensional array of object references
Use a pair of nested for loops to process the elements in a two-dimensional array
O's Turn Restart
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts

