Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Objective: The objective of this simple homework is for everyone to refresh their Java programming skills, especially JavaFX Description: Consider the following GUI - based

Objective: The objective of this simple homework is for everyone to refresh their Java programming skills,
especially JavaFX
Description: Consider the following GUI-based Java application for Joe's Deli breakfast processing. Develop the
following breakfast ordering application for Joe's Deli using JavaFX. Please do not use JavaFX Scene builder in
this assignment. Using Scene Builder will result in zero points for this assignment.
Note: JavaFX tutorials are posted under course modules, and also attend UGTA office hours (Listed in the
syllabus) if you have questions about JavaFX,
Application UI Layout:
Application UI Layout:
Joe's Deli
Eat:
Egg Sandwich
Chicken Sandwich
Bagel
Potato salad
Order
Drink:
Black Tea
Green Tea
Coffee
Orange Juice
Cancel
Confirm How to run: Users can select one or more items to eat and one type of drink. Then, press the Order button. Once the user presses the order button, the Bill text area will display the ordered items and the total cost. At this point, the user has the option to cancel the order or confirm the order. If the users press the cancel button, all the selections for food and drinks will be unselected, and the Bill text area will be cleared. If the user presses the confirm button, all the Eat and Drink selects will be cleared, and the final bill will be displayed with order items and the final total. Assume that the sales tax is 7%
Please use the following pricing scheme for Each of the food and Drinks for HW1:
Egg Sandwich: 7.99
Bagel: 2.50
Potato Salad: 4.49
Chicken Sandwich: 9.99
Coffee: 1.99
Green Tea: 0.99
Black Tea: 1.25
Orange Juice: 2.25
image text in transcribed

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

Database Processing Fundamentals Design

Authors: Marion Donnie Dutton Don F. Seaman

14th Edition Globel Edition

1292107634, 978-1292107639

Students also viewed these Databases questions

Question

What are the main objectives of Inventory ?

Answered: 1 week ago

Question

Explain the various inventory management techniques in detail.

Answered: 1 week ago

Question

Explain the function and purpose of the Job Level Table.

Answered: 1 week ago