Design-implement-test and debug a gui application


Discuss the following:

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

Solution Preview :

Prepared by a verified Expert
JAVA Programming: Design-implement-test and debug a gui application
Reference No:- TGS01934464

Now Priced at $25 (50% Discount)

Recommended (92%)

Rated (4.4/5)