Write a program that allows users to perform maintenance for a given set of names. When the load button is pressed, read a set of names, preferably 10 or less from an initialized array. Display the area into the comboBox or listBox. The add button allows the user to add to the existing list. Remove will delete a name from the list. Allow the user to highlight or select one or more names from the listbox. When the user presses the select button display a dialog box| indicating the names selected. The reset button restores the listbox from the original array. The exit button terminates the button. …Form1 OX Name Maintenance Program Name Load Add Remove Select Reset Exit
Please write GUI program with java. thank you.