java.lang.Objectjava.awt.Component
java.awt.Container
java.awt.Window
java.awt.Frame
javax.swing.JFrame
edu.kzoo.grid.gui.GridAppFrame
SimpleGridObjectGUI
public class SimpleGridObjectGUI
Simple Grid Object Programming Project:
A SimpleGridObjectGUI object represents the graphical user interface for
the Simple Grid Object application.
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 |
---|
public SimpleGridObjectGUI(edu.kzoo.grid.BoundedGrid grid, java.lang.String studentName, java.lang.String assistants, java.lang.String date)
grid
- the grid to be displayed by this GUIstudentName
- the name of the student creating this programassistants
- the name of anyone who helped with this programdate
- the date when the program was finished