Class BillBoard
java.lang.Object
BillBoard
public class BillBoard
- extends java.lang.Object
BillBoard is the grid of dates and courses with assignments
- Version:
- 1.0
- Author:
- Fred Kral
|
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 |
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
BillBoard
public BillBoard(Person person,
Semester semester,
plainDate pDate)
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()