Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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.

image text in transcribed
\f

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Financial management theory and practice

Authors: Eugene F. Brigham and Michael C. Ehrhardt

12th Edition

978-0030243998, 30243998, 324422695, 978-0324422696

Students also viewed these Programming questions