Starting from:

$30

Project 4 Q1 Solution

Use Java Fx: Create a Contacts application in JavaFx. Store the contacts information in an ObservableList of Contact object. A contact should contain first name, last name, email

and phone number properties (You are free to provide others). When the user selects a contact from the contacts list, its information should display in a Grid of Text Fields. As the

information is modified (A Contact’s data is updated, a new Contact is added or an existing Contact is deleted), the contacts ListView should display the updates. The ListView should display the Contact’s last name. Also provide a custom ListView that display’s the Contact’s full name and picture with the names sorted by last name.




Note: The above project MUST be made using components and specification of JavaFx. Projects that incorporate fully workable UI and are logically correct will be awarded full points. You are free to create your own data models and class specifications. Bonus: Additional features will fetch additional points!

More products