Question
make a JavaFX project called BookCollections that will track 3 users' collections of books. Set this up in the standard way as with a hand-written
make a JavaFX project called BookCollections that will track 3 users' collections of books. Set this up in the standard way as with a hand-written FXML file, Java Controller, and main class.
The program must have the following functionality:
1. The user can type in a book title and optional description. When the user clicks on the SAVE BOOK button, the book title will be place in whosever book list is selected by the radio button with their name. If the Include Description? Checkbox is checked, then the book title and description are saved together as one String.
2. Each person's collection is displayed one book per line, but use text wrapping and some way of separating records. The user can sort the collection at any time by clicking the SORT button; only the selected person's collection should be sorted upon clicking. Likewise, the selected person's collection can be cleared.
3. The PRINT ALL button saves a combined collection of all 3 collections into one combined collection. This combined collect must also be sorted, then numbered, before being displayed. There is a working QUIT button.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started