Write a Java GUI application that will keep track of a user’s contact list. The application must contain the contact mobile number, work number and email address. Do not forget to use the marking guideline at the end of this question to see how the marks are allocated. Q.3.1 On the form, create a list box that will allow the user to select a contact name, which is populated from a text file. Also create a search button that when clicked will display the mobile number, work number and email address. Q.3.2 Create a sequential file (contacts.txt) that contains data for the following fields: The contact name; The contact mobile number; The contact work number; The contact email address. Q.3.3 Load the data from the contacts.txt file and populate the list box with the contact names. Include a feature to inform the user on the amount of contacts.
Comments
Leave a comment