Question
Asked by:
$10.00 Inventory Program Part 6
- From Computer-Science: Object-Oriented-Programming , Computer-Science: General-CS
- Closed, but you can still post tutorials
- Due on Aug. 04, 2007
- Asked on Aug 02, 2007 at 9:55:10PM
Q:Modify the Inventory Program to include an Add button, a Delete button, and Modify button on the GUI. These buttons should allow the user to perform the corresponding actions on the igem name, the number of units in stock, and the price of each unit. An item added to the inventory should have an item number one more than the previous last item.
Add a Save button to the GUI that saves the inventory to a C:\data\inventory.dat file.
Use exception handling to create the directory and file if necessary
Add a search buton to the GUI that allows the user to search for an item in the inventory by the product name. If the product is not foudn, the GUI should display an appropriate message. If the product is foudn, the GUI should display that product's information in the GUI.
This one has me stumped.
RegardsAttachments:
Inventory5.java (11K)DVD Logo.jpg (2K)



