Class TicTacToe.Reset

java.lang.Object
  extended by TicTacToe.Reset
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener
Enclosing class:
TicTacToe

 class TicTacToe.Reset
extends java.lang.Object
implements java.awt.event.ActionListener

Class that is implemented by the Reset button. Sets the labels to empty strings and enables the buttons that were clicked during the last game.


Constructor Summary
TicTacToe.Reset()
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TicTacToe.Reset

TicTacToe.Reset()
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
Specified by:
actionPerformed in interface java.awt.event.ActionListener