Answered step by step
Verified Expert Solution
Link Copied!

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?

image text in transcribed

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.25

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

Systems Analysis And Synthesis Bridging Computer Science And Information Technology

Authors: Barry Dwyer

1st Edition

0128054492, 9780128054499

More Books

Students also viewed these Databases questions

Question

3. Did you seek anyones advice?

Answered: 1 week ago

Question

7. What traps should she avoid?

Answered: 1 week ago

Question

5. What decision-making model would you advocate to this person?

Answered: 1 week ago