All Packages Class Hierarchy This Package Previous Next Index
Class ia_solver.PopupEval
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Container
|
+----java.awt.Panel
|
+----java.applet.Applet
|
+----ia_solver.PopupEval
- public class PopupEval
- extends Applet
The PopupEval class is the applet version of the interval
arithmetic solver in the ia_solve package.
-
PopupEval()
-
-
action(Event, Object)
-
-
destroy()
-
-
init()
-
PopupEval
public PopupEval()
init
public void init()
- Overrides:
- init in class Applet
action
public boolean action(Event evt,
Object arg)
- Overrides:
- action in class Component
destroy
public void destroy()
- Overrides:
- destroy in class Applet
All Packages Class Hierarchy This Package Previous Next Index