Question
Assignment Content (USING JAVA/ JAVA FX) You have been hired by a catering service to develop a program for ordering menu items. You are to
Assignment Content (USING JAVA/ JAVA FX)
You have been hired by a catering service to develop a program for ordering menu items. You are to develop a Chinese food menu. You will need textboxes for the following:
The name of the catering services (use your imagination)
name
address
phone number
date of event to be catered
location of event (address)
For the next part, create the menu options for:
Appetizers
Soups
Main Dishes
Types of Rice
Beverages
There should be several offerings of each category. Please utilize items out of Chapter 16 to help you create the menu. These include but are not limited to: labels, check boxes, radio buttons, text fields, text areas, combo boxes, etc. There should also be a "Place Order" button and a "Cancel" button.
As this is a GUI interface, you will also need a Border Pane or GridPane for your display.
Once the Place Order button is clicked, there should be a setOnAction (from Chapter 15) to process the order which will display the items ordered.
At this time, don't worry about the pricing or total cost. This is just the Order Form.
Give the name of the program any name you would like as long as it is descriptive of the program.
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