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

Constructor Index

 o SteadyStateFusionDemo()

Method Index

 o getInsets()
Returns a hardwired, reasonable set of insets all around.
 o getPreferredSize()
Returns estimated size of the applet, as computed above.
 o init()
 o itemStateChanged(ItemEvent)
Implement the show / hide behavior associated with the table and graph choices.
 o solveReactor()
Increments the trial number and invokes the method used to solve the equations describing the reactor.

Constructors

 o SteadyStateFusionDemo
 public SteadyStateFusionDemo()

Methods

 o init
 public void init()
Overrides:
init in class Applet
 o itemStateChanged
 public void itemStateChanged(ItemEvent evt)
Implement the show / hide behavior associated with the table and graph choices.

Parameters:
evt - Tells which ItemEvent
 o getPreferredSize
 public Dimension getPreferredSize()
Returns estimated size of the applet, as computed above.

Overrides:
getPreferredSize in class Container
See Also:
init
 o getInsets
 public Insets getInsets()
Returns a hardwired, reasonable set of insets all around.

Overrides:
getInsets in class Container
 o 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