Purchase Solution

A Java GUI program to manage an inventory

Not what you're looking for?

Ask Custom Question

1. Modify the Program to include an Add button, a Delete button, and a Modify (buttons have been added!!) button on the GUI. These buttons should allow the user to perform the corresponding actions on the item 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.
2. Add a Save button to the GUI that saves the inventory to a C:datainventory.dat file. (button added already)
3. Use exception handling to create the directory and file if necessary.
4. Add a search button to the GUI that allows the user to search for an item in the inventory by the product name. If the product is not found, the GUI should display an appropriate message. If the product is found, the GUI should display that product's information in the GUI. (Again button Added)

Purchase this Solution

Solution Summary

This solution shows how to write a Java GUI application to manage an inventory of items. In this case the items being managers are merit badges.

Solution Preview

To create this solution, you have to rewrite most of the files that were
provided. The MeritBadge.java class is an encapsultation of what a
merit badge is. It contains the name, id, etc. for each badge.

The ...

Purchase this Solution


Free BrainMass Quizzes
Basic Computer Terms

We use many basic terms like bit, pixel in our usual conversations about computers. Are we aware of what these mean? This little quiz is an attempt towards discovering that.

C# variables and classes

This quiz contains questions about C# classes and variables.

Basic Networking Questions

This quiz consists of some basic networking questions.

Java loops

This quiz checks your knowledge of for and while loops in Java. For and while loops are essential building blocks for all Java programs. Having a solid understanding of these constructs is critical for success in programming Java.

Basic UNIX commands

Use this quiz to check your knowledge of a few common UNIX commands. The quiz covers some of the most essential UNIX commands and their basic usage. If you can pass this quiz then you are clearly on your way to becoming an effective UNIX command line user.