Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Java OBJECTIVES Create a GUI that uses JCheckBox, JRadioButton, JTextArea, and menus. Process multiple events. PROBLEM: BurgersRUs Point of Sale system Burger Barn needs a

Java

OBJECTIVES

Create a GUI that uses JCheckBox, JRadioButton, JTextArea, and menus.

Process multiple events.

PROBLEM: BurgersRUs Point of Sale system

Burger Barn needs a point of sale application. The products and prices are as follows.

Burgers: single $3.50, double $4.75

Add cheese: + $.50

Add bacon: + $1.25

Make it a meal: + $4.00

FUNCTIONAL REQUIREMENTS

You can code the GUI by hand or use NetBeans GUI builder interface.

The GUI should use JRadioButton to choose single or double burger.

Single burger

Double burger

It should use JCheckBox for add ons.

Add cheese

Add bacon

Make it a meal

JTextField for item price, order quantity, order total

JTextArea to display the receipt

Create a menu with the following options.

File Order

Exit Add to Order

Clear for next item

New Order

As the user selects items, the item price should be calculated and updated accordingly.

Note that quantity should default to 1. The user can change if needed.

Once choices are made and quantity is entered, process the order using the menu options.

OrderAdd to Order Displays the choice and price in each text area.

Note that multiple items can accumulate in a single order

Updates the order total

OrderClear for next item Clears the checkboxes. Note that quantity should default to 1

OrderNew Order Clears the GUI and totals for a new order

FileExit Exits the program. Use System.exit(0) commad.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Public Finance Fundamentals

Authors: K. Moeti

3rd Edition

148512946X, 9781485129462

Students also viewed these Databases questions

Question

1 . Television News channels importantance of our Life pattern ?

Answered: 1 week ago

Question

1. How is the newspaper help to our daily life?

Answered: 1 week ago

Question

1. Prepare a short profile of Mikhail Zoshchenko ?

Answered: 1 week ago

Question

What is psychology disorder?

Answered: 1 week ago