Question
Asked by:
TheAbsentMind
TheAbsentMind from NOYBUniversity
Rating : No Rating
Questions Asked: 8
Tutorials Posted: 0
 

$10.00 Java DVD Inventory part 5

  • From Computer-Science: General-CS
  • Closed, but you can still post tutorials
  • Due on Jan. 20, 2008
  • Asked on Jan. 20, 2008 at 06:50:12AM
Q:
I need to have the Java inventory program in the attachment modified. The specifics are detailed below. It is very important that the inventory in the attachment is built upon; that is, the code needs to have come from the included inventory program—just added to. PLEASE NOTE: Another important requirement is that I need to “Please move away from any command prompt inputs for your system”. Thank you in advance for any help anyone can give on this.


Assignment Details:

***Modify the Inventory Program by adding a button to the GUI that allows the user to move to the first item, the previous item, the next item, and the last item in the inventory. If the first item is displayed and the user clicks on the Previous button, the last item should display. If the last item is displayed and the user clicks on the Next button, the first item should display.

***Add a company logo to the GUI using Java graphics classes. (I am not sure about this requirement… That is-- whether ort not there are ‘standard’ Java logos or what… If it matters, I’d prefer a generic and non copyrighted logo here—preferably one that hasn’t been used recently if at all possible).

*** The instructor mentioned: “…you can expand on the 'Next' button and also build a screen to show all inventory items at once.” If this isn’t already covered in the above requirements, I’d appreciate including it.

Thank you very much again for your help.
 
Attachments:
Inventory4---------.txt (13K)
 
Available Tutorials to this Question
Posted by:
b_h
b_h from U. in B.
Rating (488): A+
Questions Asked: 0
Tutorials Posted: 912, earned $16,356.96
 

$15.00 DVD Inventory Program Part 5 with First, Last, Next, Previous Buttons and Logo

  • This tutorial was purchased 9 times and rated A+ by students like you.
  • Posted on Jan 20, 2008 at 12:32:06PM
A:
Preview: ... ut on the console. Here's the idea. We create new DVD objects and add them one at a time to the inventory gui directly:
<pre>
DVD theDVD = new DVD("The Kingdom", "Action & Adventure", "1", 10, 19.99);
theInventoryGUI.addDVDToInventory(theDVD);

theDVD = new DVD("Amazing Grace", "Drama", "2" ...

The full tutorial is about 183 words long plus attachments.

Attachments:
Inventory5.java (12K) (Preview)
logo.jpg (68K) (Preview)
   
Join Now or Log In
Get Tutoring
Get Paid
Academic Honesty