Below are the UI requirements for my assingment
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.
My question is :
Do i provide the UI with create and delete functions; because this methods are in the DB interface.