Inventory Program 06.06.08
Small start-up company (Mardi-Gras Movies) needs a Java GUI application that can display a DVD inventory sorted by movie title with number of individual titles in stock, unit price, and total value of inventory. Must also be able to calculate the value of the inventory of DVD’s with the same title. Need a subclass method that will add a 5% restocking fee to the value of the inventory of DVD’s. The GUI should display the information one item at a time, including the item number, the title of the DVD, the number of individual movie titles in stock, unit price and the value of the inventory of that DVD title. The GUI should also display the value of the entire inventory, the titles and the restocking fee. Needs to allow the user to move to the first title, the previous title, the next title, and the last title in the inventory. If the first title is displayed and the user clicks on the Previous button, the last title should display. If the last title is displayed and the user clicks on the Next button, the first title should display. Company logo is attached. Need a search capability to search for an item in the inventory by movie title.



