|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectMenuMath
Cette class est la premiere interface avec l'utilisateur Elle lui permet de choisir de debutter soit par l'interpolation ou par l'integration
Field Summary | |
(package private) javax.swing.JFrame |
fenetre
|
(package private) javax.swing.JButton |
integration
|
(package private) javax.swing.JButton |
interpolation
|
Constructor Summary | |
MenuMath()
Le constructeur est direct, il affiche le menu et attend les ordre de l'utilisateur |
Method Summary | |
void |
actionPerformed(java.awt.event.ActionEvent e)
C'est la gestion des actions |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
javax.swing.JFrame fenetre
javax.swing.JButton interpolation
javax.swing.JButton integration
Constructor Detail |
public MenuMath()
Method Detail |
public void actionPerformed(java.awt.event.ActionEvent e)
actionPerformed
in interface java.awt.event.ActionListener
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |