B- Develop a GUI that represent the below menu. Notice that you might need to adjust the design to incorporate other men
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
B- Develop a GUI that represent the below menu. Notice that you might need to adjust the design to incorporate other men
B- Develop a GUI that represent the below menu. Notice that you might need to adjust the design to incorporate other menu items. Notice that in adding a book, or an article you should add it to both the array/ ArrayList and the text file (book.txt or article.txt Library Management App Add Library Item List of the most expensive books List of books within a range of price Search Articles by Venue Search Articles by Author List of all the Library Items Delete a Library Item C. Develop the LibraryManager class that corresponds to the code needed to accomplish all the operations needed by the above menu Item 1 2 3 4 5 Explanation Add an item that could be a book or an article The most expensive books can be more than one book The user will enter two values: from price and To-price. The program will retrieve the books in the given range and display them on the GUI. Given the venue the app will display all the articles in that venue Given the author name the app will display all the articles written by that author The program displays all the list of items (books and articles) with all their information Deleting an item ( book or article) must be as follows: a. The user will decide to delete a book or an article b. The program prompts the user to enter the title of the item. c. If the book/article exists, it will be deleted, otherwise, display an error message. Hint: You can use compobox/dropbox control to display all books 6 6 7
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!