Create a gui application with a jframe that allows the user


Create a GUI application with a JFrame that allows the user to enter a series of friends' names and phone numbers. Each time the user clicks the button, the data entered should be written to a sequential access file. Save this program with the name createPhoneList.java. 

When you are finished, write a second GUI application that reads from the data file your first application created. You can use the same interface as your first program, just change the event code so that instead of copying the data from the JTextFields into the file, you are copying the data from the file into the JTextFields. Each time the user clicks the button a new name and phone number should appear. When the end of the file is reached, have your application close. Save this program with the file name readPhoneList.java.

Request for Solution File

Ask an Expert for Answer!!
Basic Computer Science: Create a gui application with a jframe that allows the user
Reference No:- TGS0143745

Expected delivery within 24 Hours