Skip to main content

The Application So Far

At this point, you have added significant functionality to the application:

  1. Clicking on the name of a contact in the tree displays the contact's information in the Edit Contact Information GUI panel.

  2. Changing the information displayed in Edit Contact Information and clicking Update updates the database information and redisplays the tree with the new information.

  3. Clicking Clear clears the information displayed in Edit Contact Information. This ClearContact method, already coded for you, implements this functionality.

generated description: appstage2rel

The following functionality has not yet been added. The next few pages provide instructions for adding it.

  1. Adding a contact. Entering information into Edit Contact Information and clicking Create adds a new Contact instance to the database and refreshes GUI to display it.

  2. Deleting a contact. Clicking Delete removes the contact currently displayed in Edit Contact Information and refreshes the GUI so that it no longer displays the contact.

FeedbackOpens in a new tab