Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Basic Java Create a GUI application that is an order calculator for employees at Papa's Pizza to use to create a pizza order. This application

Basic Java

Create a GUI application that is an order calculator for employees at Papa's Pizza to use to create a pizza order. This application only supports ordering ONE pizza. The application should allow the employee to enter the customer's name, address, and telephone number. This input should be part of the main GUI (not entered into pop-up dialog messages).

Customers have the options for ordering a pizza:

Pizza size

10 inch - $8.99

12 inch - $10.99

14 inch - $12.99

16 inch - $14.99

Pizza crust

Hand-tossed - no additional charge

Thin crust - no additional charge

Deep dish - $1.50

Additional Toppings (cheese is included on all pizzas)

Pepperoni - $1.00

Sausage - $1.00

Onion - $0.75

Mushroom - $0.50

The application should allow the employee to enter if the order is carryout or delivery. If delivery, the application should allow the employee to enter a 5-digit zip code. This input should be part of the main GUI (not entered into pop-up dialog messages). Delivery is only available in zip codes 32571 and 32570.

There is a $2.00 delivery fee. Tax is 7.75%.

The application should display the following in the main GUI (not in a pop-up dialog) for the order:

Customer information (name, address, telephone number)

Subtotal

Tax amount

Delivery fee (if applicable)

Total

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

Learning MySQL Get A Handle On Your Data

Authors: Seyed M M Tahaghoghi

1st Edition

0596529465, 9780596529468

Students also viewed these Databases questions