Class ConwaysGameOfLiveTab

java.lang.Object
java.awt.Component
java.awt.Container
java.awt.Window
java.awt.Frame
javax.swing.JFrame
org.woehlke.computer.kurzweil.conwaysgameoflive.view.ConwaysGameOfLiveTab
All Implemented Interfaces:
ActionListener, WindowListener, ImageObserver, MenuContainer, Serializable, EventListener, Accessible, RootPaneContainer, WindowConstants

public class ConwaysGameOfLiveTab extends JFrame implements MenuContainer, WindowListener, ActionListener, Serializable, ImageObserver, Accessible
This Frame is the Container for running the Simulation. It containes a World Data Model, a Controller Thread and a WorldCanvas View. © 2006 - 2008 Thomas Woehlke.
Author:
Thomas Woehlke
See Also: