fenetre_menu.wMenu
Class ExecuteMenu

Object
  extended by fenetre_menu.wMenu.ExecuteMenu
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener

public class ExecuteMenu
extends Object
implements java.awt.event.ActionListener


A_doc
Licence.


Field Summary
(package private)  Gp gpAbc
           
(package private)  JPanel jp
           
 
Constructor Summary
ExecuteMenu(Gp gpAbc)
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent arg0)
           
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

jp

JPanel jp

gpAbc

Gp gpAbc
Constructor Detail

ExecuteMenu

public ExecuteMenu(Gp gpAbc)
Method Detail

actionPerformed

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