Question: Create a JavaFX GUI application that works like a shopping cart system for an online book store. You will be provided a file named BookPrice.txt.
Create a JavaFX GUI application that works like a shopping cart system for an online book store. You will be provided a file named BookPrice.txt. This file contains the names and prices of various books, formatted as follows: I Did It Your Way, 11.95 The History of Scotland, 14.50 Learn Calculus in One Day, 29.95 Feel the Stress, 18.50 Each line in the file contains the name of a book, followed by a comma, followed by the books retail price. When your application begins execution, it should read the contents of the file and store the titles in a ListView. The user should be able to select a book from the list and add it to the Shopping Cart. The Shopping Cart is another ListView. The application should have buttons or menu items that allow the user to Add Selected Items, Remove Selected Items, and Check Out.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
