Question: Write a JavaFX program with controller class and FXML file that allows users to perform maintenance for a given set of names that are retrieved
Write a JavaFX program with controller class and FXML file that allows users to perform maintenance for a given set of names that are retrieved from a file.
When the load button is pressed, read a set of names, preferably or more from a file on disk and load into a container of the developers choosing.
Display the list of names into a comboBox, listBox, or some other control of the designers choosing.
The Add button allows the user to add a name to the existing list.
The Remove will delete a highlighted name from the list of names.
Add functionality that allows the user to highlight or select one or more names from the comboBox or listBox. When the user presses the select button, display an FX dialog box indicating the names selected.
The reset button should restore the combo or listbox from the original array.
The exit button should terminate the application.
name maintenance program window java Eclipes
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
