Programme Details
Very basic database access, requires MS Access installed
Programme
Screen shot

Source Code
- database.java (main)
- databaseConnection.java (gets the connection)
- databaseCreateTable.java (creates a new table)
- databaseDeleteTable.java (deletes a table)
- databaseGUI.java (what you see is what you get)
- databaseInput.java (abstract dialogue box for others to extend)
- databaseListTables.java (lists all the available tables in the database)
- databaseMenu.java (the menu system)
- databaseOutput.java (writes the records to a txt or xml document)
- databaseSelectTable.java (opens a table for inserting records)
- databaseTab.java (the GUI for entering records)
- databaseToolbar.java (the toolbar with the buttons on it)
- dataManager.java (static class for importing images into a programme)