|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectMenuEcouteur
MenuDialogEcouteur
Écouteur affichant une boite de dialogue
Constructor Summary | |
MenuDialogEcouteur(javax.swing.JFrame main,
java.lang.String title,
java.lang.String[] infos,
int width,
int height)
Construit un écouteur affichant une boite de dialogue |
Method Summary | |
void |
actionPerformed(java.awt.event.ActionEvent e)
Affiche la boite de dialogue et la centre |
Methods inherited from class MenuEcouteur |
getHeight, getParent, getTitle, getWidth, showInfo |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public MenuDialogEcouteur(javax.swing.JFrame main, java.lang.String title, java.lang.String[] infos, int width, int height)
main
- JFrame principaleinfos
- Tableau de textes à afficherwidth
- largeur de la boite de dialogueheight
- hauteur de la boite de dialogueMethod Detail |
public void actionPerformed(java.awt.event.ActionEvent e)
actionPerformed
in interface java.awt.event.ActionListener
actionPerformed
in class MenuEcouteur
e
- événement action.InfoDialog
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |