Class BillBoard

java.lang.Object
  extended by BillBoard

public class BillBoard
extends java.lang.Object

BillBoard is the grid of dates and courses with assignments

Uses DrawingPanel

Version:
1.0
Author:
Fred Kral

Field Summary
static int BOARD_LENGTH
           
static int BOARD_WIDTH
          Width of the board with graphics
static java.awt.Font headerFont
           
 
Constructor Summary
BillBoard(Person person, Semester semester, plainDate pDate)
           
 
Method Summary
 void draw()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BOARD_WIDTH

public static final int BOARD_WIDTH
Width of the board with graphics

See Also:
Constant Field Values

BOARD_LENGTH

public static final int BOARD_LENGTH
See Also:
Constant Field Values

headerFont

public static final java.awt.Font headerFont
Constructor Detail

BillBoard

public BillBoard(Person person,
                 Semester semester,
                 plainDate pDate)
Method Detail

draw

public void draw()