Purchase Solution

Java GUI program- Java Retail Markdown Calculator

Not what you're looking for?

Ask Custom Question

A retailer would like a calculator to indicate sale prices when he marks items down at various percentages.
Using Java Language
Design, implement, test, and debug a GUI application that allows the retailer to enter the item's name, the item's original price, and the percentage discounted.

The application should include a Calculate button that, when pressed, computes and displays the sale price in a label or text field.
The program should allow the retailer to enter any number of items in this manner.
Include an Exit button to end the execution of the application.
The program should allow the user to select a department from a menu. You may create the menu as a true menu, a JComboBox, or radio buttons.
Create your own list to populate the menu: men's clothing, women's clothing, house wares, and so forth.
Include at least five departments.
Create a JTextArea or a JTable to display each of the following for each item entered:

Item name
Department
Original price
Sale price

Purchase this Solution

Solution Summary

Java retail markdown calculators are examines for Java GUI programs.

Purchase this Solution


Free BrainMass Quizzes
Basic Networking Questions

This quiz consists of some basic networking questions.

C# variables and classes

This quiz contains questions about C# classes and variables.

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.

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.

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.