Answered step by step
Verified Expert Solution
Question
1 Approved Answer
JavaFX GradeGUI Can you please help me the JAVA program below? use JavaFX and build the program below: This sample grading Gul has seven rows.
JavaFX GradeGUI
Can you please help me the JAVA program below?
use JavaFX and build the program below: This sample grading Gul has seven rows. The first 5 rows contain the graded item (such as labs, or project 1 or midterm) and the item's grade weight (labs are .3 of the total grade, project 1 is .125, and the midterm is .25). Each graded item's row ends with a TextField in which the user can enter his (or her) percentage score for the item. The sixth row is a button, Calculate Grade. The last row is updated with the user's final grade when the Calculate Grade button is pushed. The event handler for the button to calculate a grade must be either an anonymous class OR a lambda expression (your choice). Here's the initial panel: - labs Weight 0.3 midterm Weight 0.25 project 1 Weight 0.125 project 2 Weight 0.125 final Weight 0.2 Calculate Grade Final Grade: 0.0 WITA MATI RYTATAKTAARITTI FOTITTAMATKAA Here's a calculated grade after filling in the item scores and pushing Calculate Grade - X labs Weight 0.3 95 midterm Weight 0.25 85 project 1 Weight 0.125 95 project 2 Weight 0.125 93 final Weight 0.2 85 Calculate Grade Final Grade: 90.25 use JavaFX and build the program below: This sample grading Gul has seven rows. The first 5 rows contain the graded item (such as labs, or project 1 or midterm) and the item's grade weight (labs are .3 of the total grade, project 1 is .125, and the midterm is .25). Each graded item's row ends with a TextField in which the user can enter his (or her) percentage score for the item. The sixth row is a button, Calculate Grade. The last row is updated with the user's final grade when the Calculate Grade button is pushed. The event handler for the button to calculate a grade must be either an anonymous class OR a lambda expression (your choice). Here's the initial panel: - labs Weight 0.3 midterm Weight 0.25 project 1 Weight 0.125 project 2 Weight 0.125 final Weight 0.2 Calculate Grade Final Grade: 0.0 WITA MATI RYTATAKTAARITTI FOTITTAMATKAA Here's a calculated grade after filling in the item scores and pushing Calculate Grade - X labs Weight 0.3 95 midterm Weight 0.25 85 project 1 Weight 0.125 95 project 2 Weight 0.125 93 final Weight 0.2 85 Calculate Grade Final Grade: 90.25Step 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