Home -> Teaching -> CSAS 2214 -> CheckBook Assignment

CheckBook Assignment

Our aim was to create a "checkbook" program to manage checks and deposits. Here you can download several files so that you have a working CheckBook program that you can improve on later.

You can download the MS Word documents describing the assignment in detail, the java classes necessary to create a working program, or a complete BlueJ package containing all classes zipped into a "BlueJ project" format.

Word Documents

Checkbook Outline
CheckBook Classes Summary and Description

Java Classes

Transaction.java
Check.java
Deposit.java
Administrative.java
CheckBook.java
Money.java

BlueJ Project file

CheckBook.zip (download and extract files into a new directory)