Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Project #1 JAVA Name: Book Inventory The program will have the following private attributes: 1. book tite 2. cover page (picture name saved in directory)
Project #1 JAVA Name: Book Inventory The program will have the following private attributes: 1. book tite 2. cover page (picture name saved in directory) 3. author 4. page count 5. ISBN The program will have the following menu and menu items: 1. File Add Book Before opening the frame Modify and Display the book you should open a dialog search frame with the ISBN field. Once you enter that value then you will open the Modify and Display book frames. In Add, Modify and Display book frame should be an image of the cover page Your program should use the class Fihserio.otder te get the book cover page image and directory, if the book cover page is not in the default images directory then your program should copy the image in your cover page's directory. Modify Book Display Book Display Inventory Exit 2. Help Help Contents About ltems menu description: Add Book-will add a new book (must verified unique ISBN) Modify Book-search should be made by ISBN then modify record . Display Book-search should be made by ISBN then display all information of the book and display cover page Display Inventory-display all books from DB (use Table component). Hel p contents- will display the help of your program. . About- will display an about window displaying each of your member team All the records or data will be saved into a DB and the cover page image into a default directory
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