Hi Andrew,
My specification says :
" - It must be composed exclusively with components from the Java Foundation Classes (Swing components).
- 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 must provide a search, present the results in a JTable, and the user can select one record and book it ? Only this ? No delete, no create and no "unbook" ?
Thanks.