Class ssfd.SteadyStateFusionDemo
All Packages Class Hierarchy This Package Previous Next Index
Class ssfd.SteadyStateFusionDemo
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Container
|
+----java.awt.Panel
|
+----java.applet.Applet
|
+----ssfd.SteadyStateFusionDemo
- public class SteadyStateFusionDemo
- extends Applet
This is the Applet class providing the user interface for
the SteadyStateFusionReactor class. Further explanation is
provided in the accompanying HTML files and links therein.
There is also a
User's Manual for the
full-featured FORTRAN code upon which this code is based.
The corresponding equation numbers are mentioned in the code below.
- Version:
- 5.2 02-03-97
- Author:
- Daren Stotler
- See Also:
- SteadyStateFusionReactor, FusionReactor, ExpTauE
-
SteadyStateFusionDemo()
-
-
action(Event, Object)
- Implement the show / hide behavior associated with the table and
graph choices.
-
init()
-
-
insets()
- Returns a hardwired, reasonable set of insets all around.
-
preferredSize()
- Returns estimated size of the applet, as computed above.
-
solveReactor()
- Increments the trial number and invokes the method used to solve
the equations describing the reactor.
SteadyStateFusionDemo
public SteadyStateFusionDemo()
init
public void init()
- Overrides:
- init in class Applet
action
public boolean action(Event evt,
Object what)
- Implement the show / hide behavior associated with the table and
graph choices.
- Parameters:
- evt - if target is Choice, method will take action
- what - object receiving the action
- Overrides:
- action in class Component
preferredSize
public Dimension preferredSize()
- Returns estimated size of the applet, as computed above.
- Overrides:
- preferredSize in class Container
- See Also:
- init
insets
public Insets insets()
- Returns a hardwired, reasonable set of insets all around.
- Overrides:
- insets in class Container
solveReactor
public void solveReactor()
- Increments the trial number and invokes the method used to solve
the equations describing the reactor. It then computes the score.
If the data or graph windows are showing, they are brought to the
front.
All Packages Class Hierarchy This Package Previous Next Index