public class GestionnaireOuvrirFenetre
extends java.lang.Object
implements java.awt.event.ActionListener
| Modifier and Type | Field and Description |
|---|---|
static int |
OUVRIR_AIDE
Constante représentant l'ouverture de la fenêtre d'aide
|
static int |
OUVRIR_APROPOS
Constante représentant l'ouverture de la fenêtre d'information
|
static int |
OUVRIR_OPTIONS
Constante représentant l'ouverture de la fenêtre d'option
|
| Constructor and Description |
|---|
GestionnaireOuvrirFenetre(int a,
FenetrePrinc fp)
COnstructeur
|
| Modifier and Type | Method and Description |
|---|---|
void |
actionPerformed(java.awt.event.ActionEvent evt)
Implémentation.
|
public static final int OUVRIR_OPTIONS
public static final int OUVRIR_AIDE
public static final int OUVRIR_APROPOS
public GestionnaireOuvrirFenetre(int a,
FenetrePrinc fp)
a - code de la fenêtre à ouvrirfp - instance de la fenêtre principale parentepublic void actionPerformed(java.awt.event.ActionEvent evt)
actionactionPerformed in interface java.awt.event.ActionListenerActionListener.actionPerformed(java.awt.event.ActionEvent)