Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

You have been asked to create an order system for a new pizza shop in town. The owner has provided the rough sketch below: The

You have been asked to create an order system for a new pizza shop in town. The owner has provided the rough sketch below:

image text in transcribed

The user will select a size, any number of toppings, and a crust. The Crust combo box will have the choices: thin, original, and deep dish. When the Submit button is clicked, the system will display a total in the Total text field. The total is calculated using:

Size: medium: $7.95 large: $9.95 x-large: $12.95

Toppings: $1.25 per topping

Crust: no charge except for deep dish which is $2.00 additional

The client would like each section (Size, Toppings, and Crust) to be on a different, but complimentary, background color.

Note: The title, Pizzazz Pizza, should be in a different font style with a larger size and different color.

Menu

Add a menu with the following structure:

File

Exit closes the window

Help

About displays a dialog box that displays your name

Requirements

The test program and JFrame must be named Prog10 and PizzaGUI, respectively.

Your source code should be documented using Javadoc style according to the course standards.

Follow good programming practices.

Use the default package in your project; do not specify a package in your code.

Use any file and class names specified in the assignment.

Pizzazz Pizza T oppings Crust Size Pepperoni Sausage Mushrooms Medium Large X-Large Onions Total Submit

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

Oracle Autonomous Database In Enterprise Architecture

Authors: Bal Mukund Sharma, Krishnakumar KM, Rashmi Panda

1st Edition

1801072248, 978-1801072243

More Books

Students also viewed these Databases questions

Question

How do modern Dashboards differ from earlier implementations?

Answered: 1 week ago