1. Consider the below class diagram, use StarUML to reproduce the diagram and generate the source code. Author Actor Libraryltem Contributor +Title +Name Director +UPC +Subject +Contributors +Locate...


Java Question


1. Consider the below class diagram, use StarUML to reproduce the diagram and<br>generate the source code.<br>Author<br>Actor<br>Libraryltem<br>Contributor<br>+Title<br>+Name<br>Director<br>+UPC<br>+Subject<br>+Contributors<br>+Locate ()<br>Artist<br>Editor<br>2. Refactor your code in (1) to produce a list of Libraryltems. Implement Locate<br>methods as such that when locateltem( int UPC) or locateltem(String Title) is<br>entered the program will traverse through the ArrayList of Libraryltems and will<br>print the details of the Libraryltem object in the list. (Hint: You must implement<br>additem() to add items first to use the locateltem method to show your program is<br>working)<br>3. Write a simple GUI program using swings, that will read in two inputs (using<br>textbox), and display the total. (You are allowed to use the SwingEditor in Intellij<br>IDE)<br>

Extracted text: 1. Consider the below class diagram, use StarUML to reproduce the diagram and generate the source code. Author Actor Libraryltem Contributor +Title +Name Director +UPC +Subject +Contributors +Locate () Artist Editor 2. Refactor your code in (1) to produce a list of Libraryltems. Implement Locate methods as such that when locateltem( int UPC) or locateltem(String Title) is entered the program will traverse through the ArrayList of Libraryltems and will print the details of the Libraryltem object in the list. (Hint: You must implement additem() to add items first to use the locateltem method to show your program is working) 3. Write a simple GUI program using swings, that will read in two inputs (using textbox), and display the total. (You are allowed to use the SwingEditor in Intellij IDE)

Jun 11, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here