Interface
Class PopMenu
java.lang.Object
  |
  +--Interface.PopMenu
- All Implemented Interfaces: 
- java.awt.event.ActionListener, java.util.EventListener
- public class PopMenu- extends java.lang.Object- implements java.awt.event.ActionListener
Implements the menu of the simulator.
 
 Copyright (c) 2004 Paul Vogt
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
PopMenu
public PopMenu(boolean[] views)
PopMenu
public PopMenu()
setParameters
public void setParameters(Parameters param)
- 
 
- 
 
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent e)
- 
- Specified by:
- actionPerformedin interface- java.awt.event.ActionListener
 
- 
 
getJMenuBar
public javax.swing.JMenuBar getJMenuBar()
- 
 
-