Question: Create a GUI application that saves contacts. The application uses Contact class and an ArrayList to manage the data. The user can scroll through

Create a GUI application that saves contacts. The application uses Contact class and an ArrayList to manage the data. The user can scroll through all the contacts with the previous and next buttons. The user can click the Save to save a new contact, Update button to update an existing contact and Delete to delete a contact. Name Number email Save Update Delete Next Previous Contact name: String number: String email: String getters/setters
Step by Step Solution
There are 3 Steps involved in it
Heres an example of a simple GUI application using Java Swing to manage contacts Make sure you have a Contact class with the specified fields and methods before running this code java import javaxswin... View full answer
Get step-by-step solutions from verified subject matter experts
