Package p2.tictactoe.gui

Class Summary
GameApplet This class provides a button to instantiate a TicTacToe GameGUI.
GameConsole Top-level frame with buttons to start TicTacToe or Gomoku.
GameGUI This class implements the view on a TicTacToe game.
GUIplayer Manage interaction with user.
Place Represents the view of a single place on the BoardGame.
PlaceListener This class picks up mouse clicks and propogates them to a Player of the BoardGame.