modsim
Class F7Frame

java.lang.Object
  extended by modsim.F7Frame

public class F7Frame
extends java.lang.Object


Constructor Summary
F7Frame()
          Constructor for frame.
 
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(F7Simulator 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

F7Frame

public F7Frame()
Constructor for frame. Makes the frame.

Method Detail

setData

public void setData()
Sets the data for the display.


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(F7Simulator sim)
Set the simulator so we can reference variables.

Parameters:
sim - F7Simulator