Class SimpleGridObjectGUI

java.lang.Object
  extended by java.awt.Component
      extended by java.awt.Container
          extended by java.awt.Window
              extended by java.awt.Frame
                  extended by javax.swing.JFrame
                      extended by edu.kzoo.grid.gui.GridAppFrame
                          extended by SimpleGridObjectGUI
All Implemented Interfaces:
edu.kzoo.grid.display.GridDisplay, java.awt.image.ImageObserver, java.awt.MenuContainer, java.io.Serializable, javax.accessibility.Accessible, javax.swing.RootPaneContainer, javax.swing.WindowConstants

public class SimpleGridObjectGUI
extends edu.kzoo.grid.gui.GridAppFrame

Simple Grid Object Programming Project:
A SimpleGridObjectGUI object represents the graphical user interface for the Simple Grid Object application.

Version:
8 January 2009
Author:
Alyce Brady
See Also:
Serialized Form

Constructor Summary
SimpleGridObjectGUI(edu.kzoo.grid.BoundedGrid grid, java.lang.String studentName, java.lang.String assistants, java.lang.String date)
          Constructs a new SimpleGridObjectGUI object (a graphical user interface for a Simple Grid Object application)
 
Constructor Detail

SimpleGridObjectGUI

public SimpleGridObjectGUI(edu.kzoo.grid.BoundedGrid grid,
                           java.lang.String studentName,
                           java.lang.String assistants,
                           java.lang.String date)
Constructs a new SimpleGridObjectGUI object (a graphical user interface for a Simple Grid Object application)

Parameters:
grid - the grid to be displayed by this GUI
studentName - the name of the student creating this program
assistants - the name of anyone who helped with this program
date - the date when the program was finished