[SOLVED] SOLVED: Address Book

30.99 $

Programming resource
Digital learning resource
Category:
Practical programming resource
Suitable for guided study and reference
Tutor guidance available when needed

Description

Rate this product

8: Modify the Address Book Program to include an Add button, a Delete button, and a Modify button on the GUI. These buttons should allow the user to perform the corresponding actions on the individual name and address, the number or donations, and the donation amount. Add a Save button to the GUI that saves the address book information to a C:\data\inventory.dat file. Use exception handling to create the directory and file if necessary. Add a search button to the GUI that allows the user to search for an individual by name. If the individual is not found, the GUI should display an appropriate message. If the person is found, the GUI should display that person’s information in the GUI. The .java file located in this repository represents the final version

Resource details

Understand the Task Before You Use the Resource

Review the requirements, identify the programming concepts involved, study the implementation and test your understanding with your own examples and modifications.