modsim
Class AiaododiFrame

java.lang.Object
  extended by modsim.AiaododiFrame

public class AiaododiFrame
extends java.lang.Object

GUI interface for Aiaododi simulator.

Author:
bburch

Constructor Summary
AiaododiFrame()
          Constructor.
 
Method Summary
 void setData()
          Sets the data for the display.
 void setPanel(javax.swing.JPanel panel)
          Set the panel to put things in and make it.
 void setSimulator(AiaododiSimulator sim)
          Set the simulator so we can reference variables.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AiaododiFrame

public AiaododiFrame()
Constructor.

Method Detail

setData

public void setData()
Sets the data for the display. Input data set by GUI


setPanel

public void setPanel(javax.swing.JPanel panel)
Set the panel to put things in and make it.

Parameters:
panel - JPanel - panel passed from top level

setSimulator

public void setSimulator(AiaododiSimulator sim)
Set the simulator so we can reference variables.

Parameters:
sim - F7Simulator