Matthew Jarvie

Greenhorn
+ Follow
since Mar 09, 2004
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by Matthew Jarvie

Dear Group,
My spec states the following requirements for the UI:
->It must allow the user to search the data for all records, or for records where the name and/or location fields exactly match values specified by the user.
->It must present search results in a JTable.
->It must allow the user to book a selected record, updating the database file accordingly.
I don't see anything regarding allowing the user to add/remove records from the database through the UI. It would be dead simple to add this functionality (thanks to the already implemented methods in DBAccess), but I was just wondering if anyone else had chosen to count this as "future functionality" and leave it at that? And passed..
Many thanks for your help,
-Matthew