Starting from:

$25

Address Book

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

More products