Final Programming Assignment: Writing a Simple Database
CS141: Introduction to Programming,
Fall 2011
Follow the directions given in the Assignment Description
Example Code for the Animal Database (Uses a JFrame and Scanner):
- Zipped version: databaseCode.zip
- Alternatively, you may download the files individually:
Example Code for the Animal Database (Uses only a Scanner):
- Zipped version: scannerOnlyVersion.zip
- Alternatively, you may download the files individually:
- You do not need DBFrame.java
- Animal.java, FileIO.java, TheDataBase.java, and animals.txt are the same as above.
- This is modified from above: DataBaseApp.java
Here is a somewhat more complex example for an Animal Database (Uses only a Scanner):
- Zipped version: animalDB.zip
- Alternatively, you may download the files individually:
[top] [Schedule]
[Home]