Question
Write a program to design a graphical user Interface using java and javaFX for Ice cream shop . Your program should allow the customer to
Write a program to design a graphical user Interface using java and javaFX for Ice cream shop . Your program should allow the customer to make an order using a button called Make an order. The customer can select the order from a drop down list (at least must have 4 products in the menu). For example, chocolate ice cream, vanilla ice cream, raspberry ice cream, cotton candy ice cream . The customer can customize their order such as (regular, diabetic, with nuts, with strawberry sauce , with caramel ). The customer can select the size of the order such as (small, medium, large). The customer can see the details of his order with the price before clicking the button Make Payment. The customer should insert the total amount of the order in the input box then click on Make Payment. The program should check if the amount of the total price is equal to the input number the customer entered, then the program can show a message payment successfully done and your order is under process, otherwise the program should ask the user to enter again the total price of his order. Note: You should create a logo and a name for your business and place it at the top of the screen.
i have asked this question before but non of the answers were in JAVAFX. please make sure the answer is in javaFX
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started