becker.xtras.marks
Class MarksGUI

java.lang.Object
  extended by becker.xtras.marks.MarksGUI

public class MarksGUI
extends Object

A graphical user interface to display a "spreadsheet" recording student assignment marks. See the becker.xtras.marks package overview for more details on what it looks like and how to use it.

Author:
Byron Weber Becker

Constructor Summary
MarksGUI(IMarks marksModel)
          Create a new graphical user interface (GUI) to display and edit student marks using the an object provided by the student to store the marks.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MarksGUI

public MarksGUI(IMarks marksModel)
Create a new graphical user interface (GUI) to display and edit student marks using the an object provided by the student to store the marks. The GUI will display a border that says "Provided Marks Model".

Parameters:
marksModel - the object that stores the marks