Question
Asked by:
$20.00 Inventory Program Add Functionality (Part 6)
- From Computer-Science: Object-Oriented-Programming
- Closed, but you can still post tutorials
- Due on Jul. 05, 2007
- Asked on Jul. 01, 2007 at 08:12:02AM
Q:My question is the same as two or three I have seen listed but, I have not been able to successfully incorporate the new features using their solution code myself.
Time to ask the experts for your help!
My program needs:
1. Add, Modify, and Delete buttons. Modify to allow user to change CD title, Stock Qty, Unit Price. Added CD to have a Stock Number one more than the last CD.
2. Save button to save the inventory to C:\data\inventory.dat file - exception handling to create the directory and file if necessary.
3. Search button to allow searching by CD title and display the CD information if found; a message to display if no CD found.Attachments:
CD.java (1K)
Item.java (2K)
Inventory.java (7K)
cdrom.gif (1K)
