Question
Asked by:
$1.00 Inventory
- 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 8:31:20PM
Q:Modify the Inventory program to include an Add Button, a Delete button, and a Modify button to the GUI. The buttons should allow the corresponding actions on the item name, number of units in stock, and the price of each unit. An item addedto 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 C:\data\inventory.dat file.
Add a search button to the GUI that allows user to search for an item in the inventory by the product name. If not found, the GUI should, the GUI should display an appropriate message. If the product is found, the GUI should display that products information in the GUI.
I have added the buttons, just not sure how to get them to each do their respective jobs.Attachments:
Inventory6.java (6K)
GUI.java (7K)



