Question
I need help modifying this code. It is a program that lets users add items to a library, display the items, return the item, and
I need help modifying this code. It is a program that lets users add items to a library, display the items, return the item, and mark items as on loan.
Modify it by adding another option to it where it can delete items from the library.
Then add GUI using java fx that shows the contents of the library and allows the user to add, delete, check out, or check in an item. These would be button options on the GUI.
I have to add a file to store the library contents. This would use a JFileChooser, JFrame, an ArrayList of Strings, and Exceptions
And remove the 100 item size restriction
These should help:
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