Purchase Solution

Java Program - need to create GUI in three different steps

Not what you're looking for?

Ask Custom Question

I have posted my JAVA inventory program so far. I need to do 3 more versions of this. I have been using JDK 1.5 to create my programs and will need help with the following versions using this same version. I put enough credits for all three problems as I feel the same person helping me along with this would be easiest, but I can break it down into 3 separate submissions if you want. I'm definitely struggling with JAVA so I need some guidance on the GUI!

The file attached isn't quite what it needs to be. According to my teacher - "I need only one new feature. I don't want to include the restocking fee and item fee in the constructor. Use the method to calculate the restocking fee to add to the inventory value. The way I did, I had to calculate by hand the item fees, which is unproductive. I want the computer to do the calculation for me." and "I should use a method to calculate the restocking fee. Do not enter manually. Let the program do the calculation." and "The total inventory should have only 2 decimals."

Version 1 (I need this in 3 days) - Modify the inventory program to use a GUI. The GUI should display the information one product at a time, including item number, the name of the product, the number of units in stock, the price of each unit, and the value of the inventory of that product. In addition, the GUI should display the value of the entire inventory, the additional attribute (genre in my case), and the restocking fee.

Purchase this Solution

Purchase this Solution


Free BrainMass Quizzes
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.

C# variables and classes

This quiz contains questions about C# classes and variables.

Basic Networking Questions

This quiz consists of some basic networking questions.

C++ Operators

This quiz tests a student's knowledge about C++ operators.