public class CS15TicTacToeFrame
extends java.lang.Object
Constructor and Description |
---|
CS15TicTacToeFrame(javafx.stage.Stage stage)
Creates a new CS15TicTacToeFrame to open the ticTacToe Application.
|
Modifier and Type | Method and Description |
---|---|
void |
addGame(CS15TicTacToeGame game)
Adds the game to the frame.
|
public CS15TicTacToeFrame(javafx.stage.Stage stage)
stage
- the stage that the game will be set inpublic void addGame(CS15TicTacToeGame game)
game
- the game to show