This program is to be written in JAVA Programming
Create a Person GUI where the application read your Person file when launching the interface. You must create the following functionality as described below along with the fields from the Person class:
Previous button - navigate to the previous record
Next button - navigate to the next record
Add button - add a record where each field is required
Delete button - delete a record
Save button - updating fields or adding a record
Close button - close the interface