edu.gwu.jword
Class popUpLast5

java.lang.Object
  extended by edu.gwu.jword.popUpLast5
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener

public class popUpLast5
extends java.lang.Object
implements java.awt.event.ActionListener


Constructor Summary
popUpLast5(java.awt.Component comp, JWord panel)
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
          actionPerformed
 void addWord(java.lang.String w)
           
 void pop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

popUpLast5

public popUpLast5(java.awt.Component comp,
                  JWord panel)
Method Detail

pop

public void pop()

addWord

public void addWord(java.lang.String w)

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
actionPerformed

Specified by:
actionPerformed in interface java.awt.event.ActionListener
Parameters:
e - ActionEvent