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

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()
           
static void main(java.lang.String[] args)
          Extra main for faster writing of this code
 
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

main

public static void main(java.lang.String[] args)
                 throws java.io.FileNotFoundException
Extra main for faster writing of this code

Throws:
java.io.FileNotFoundException

draw

public void draw()