graphics
Class GestionTest.MyManagerFrame

java.lang.Object
  |
  +--graphics.GestionTest.MyManagerFrame
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener
Enclosing class:
GestionTest

protected class GestionTest.MyManagerFrame
extends java.lang.Object
implements java.awt.event.ActionListener


Field Summary
protected  graphics.GestionTest gestionTest
           
protected  java.lang.String name
           
 
Constructor Summary
GestionTest.MyManagerFrame(graphics.GestionTest gestionTest, java.lang.String name)
           
 
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
 

Field Detail

gestionTest

protected graphics.GestionTest gestionTest

name

protected java.lang.String name
Constructor Detail

GestionTest.MyManagerFrame

public GestionTest.MyManagerFrame(graphics.GestionTest gestionTest,
                                  java.lang.String name)
Method Detail

actionPerformed

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