javatunnel.gui
Class MenuHandler

java.lang.Object
  |
  +--javatunnel.gui.MenuHandler
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener

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

Author:
Andrés Ederra To change the template for this generated type comment go to Window - Preferences - Java - Code Generation - Code and Comments

Constructor Summary
MenuHandler(javax.swing.JFrame frame)
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent action)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MenuHandler

public MenuHandler(javax.swing.JFrame frame)
Method Detail

actionPerformed

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