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
- implements ItemListener
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:
- $Revision: 1.2 $, $Date: 1999/11/19 21:39:15 $.
- Author:
- Daren Stotler
- See Also:
- SteadyStateFusionReactor, FusionReactor, ExpTauE
-
SteadyStateFusionDemo()
-
-
getInsets()
- Returns a hardwired, reasonable set of insets all around.
-
getPreferredSize()
- Returns estimated size of the applet, as computed above.
-
init()
-
-
itemStateChanged(ItemEvent)
- Implement the show / hide behavior associated with the table and
graph choices.
-
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
itemStateChanged
public void itemStateChanged(ItemEvent evt)
- Implement the show / hide behavior associated with the table and
graph choices.
- Parameters:
- evt - Tells which ItemEvent
getPreferredSize
public Dimension getPreferredSize()
- Returns estimated size of the applet, as computed above.
- Overrides:
- getPreferredSize in class Container
- See Also:
- init
getInsets
public Insets getInsets()
- Returns a hardwired, reasonable set of insets all around.
- Overrides:
- getInsets 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