Ex1. Dorm, Meal Plan, and miscellaneous options Calculator: A university has the following dormitories: • Allen Hall: $1,800 per semester • Pike Hall: $2,200 per semester • Farthing Hall: $2,800 per semester • University Suites: $3,000 per semester The university also offers the following meal plans: • 7 meals per week: $600 per semester • 14 meals per week: $1,100 per semester • Unlimited meals: $1,800 per semester The university also offers the following miscellaneous options: • Use laundry room: $80 per semester • Use paid-parking areas: $100 per semester • Use in-city school buses: $60 per semester Below is the to-do list: Create an application with the following controls 1. the names of the dormitories (i.e. ComboBox controls) 2. the meal plans (i.e., RadioButton controls) 3. the option list (i.e., Checkboxes). 4. other required controls (e.g., labels, button) 5. plus a stylesheet which will set the label control’s font size to 16 when the app is loaded. The app will allow the user to select a dormitory, a meal plan, and some options (see the screenshots below), if any, and the app should show the following functions: 6. the total charges for the semester when the “Calculate Cost” button is clicked 7. clear any selections on ComboBox, RadioButton, and CheckBox controls and the text on the cost Label control when the “Clear All” button is clicked. 8. Validate the correctness of your app. 9. Make sure that the appearance of your app resembles to the app in the screenshots. 10. I will use the HD screen resolution (1920x1080) to test your app so please make sure that the shapes of any control (or text) won’t get cut off. I need help with JavaFX code in Netbeans
Ex1. Dorm, Meal Plan, and miscellaneous options Calculator:
A university has the following dormitories:
• Allen Hall: $1,800 per semester
• Pike Hall: $2,200 per semester
• Farthing Hall: $2,800 per semester
• University Suites: $3,000 per semester The university also offers the following meal plans:
• 7 meals per week: $600 per semester
• 14 meals per week: $1,100 per semester
• Unlimited meals: $1,800 per semester
The university also offers the following miscellaneous options:
• Use laundry room: $80 per semester
• Use paid-parking areas: $100 per semester
• Use in-city school buses: $60 per semester
Below is the to-do list:
Create an application with the following controls
1. the names of the dormitories (i.e. ComboBox controls)
2. the meal plans (i.e., RadioButton controls)
3. the option list (i.e., Checkboxes).
4. other required controls (e.g., labels, button)
5. plus a stylesheet which will set the label control’s font size to 16 when the app is loaded.
The app will allow the user to select a dormitory, a meal plan, and some options (see the screenshots below), if any, and the app should show the following functions:
6. the total charges for the semester when the “Calculate Cost” button is clicked
7. clear any selections on ComboBox, RadioButton, and CheckBox controls and the text on the cost Label control when the “Clear All” button is clicked.
8. Validate the correctness of your app.
9. Make sure that the appearance of your app resembles to the app in the screenshots.
10. I will use the HD screen resolution (1920x1080) to test your app so please make sure that the shapes of any control (or text) won’t get cut off.
I need help with JavaFX code in Netbeans
Trending now
This is a popular solution!
Step by step
Solved in 2 steps with 5 images