Hi there,
I am currently working on URLYbird 1.2.1 and the requirements for the Client GUI are:
The user interface for this assignment must satisfy the following criteria:
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. Does this mean that the delete(), create() methods in my Database interface will never be used? If so, whats the point in implenting these interface methods?
MCSD, SCJP, SCWCD, SCBCD, SCJD (in progress - URLybird 1.2.1)