Question: Q.2) Write jayafx program to design the following screen Student I.D. Red Blue Green 1. The color of the shape will be white when your

Q.2) Write jayafx program to design the following screen Student I.D. Red Blue Green 1. The color of the shape will be white when your application run. 2. When user select "Red" the color will change to red color 3. When user select Blue the color will change to blue color 4. When user select Green the color will change to green color Use imported classes below to develop the program import javafx.application Application; import javafx.scene. Scene; import javafx.scene.control.*; import javafx.scene.layout. *; import javafx.stage.Stage; import javafx.scene.paint.Color; import javafx.scene.shape.Circle
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
