Question: Rectangle rect = new Rectangle ( ) ; rect.setX ( 5 0 ) ; rect.setY ( 5 0 ) ; rect.setArcHeight ( 2 * x
Rectangle rect new Rectangle;
rect.setX;
rect.setY;
rect.setArcHeight x;
rect.setArcWidth x;
rect.setStrokeColorBLUE;
rect.setFillColorBLUE;
rect.setStrokeWidth;
created circle
set properties
Circle c new Circlex;
csetStrokeColorRED;
csetFillColorRED;
csetStrokeWidth;
Line new Linex x x x ;
Line new Linex x;
setStrokeColorGREEN;
setStrokeWidth;
setStrokeColorGREEN;
setStrokeWidth;
StackPane lines new StackPane; I running java, and I keep getting errors when I trying make the rectangle, circle, and lines. I tried rewording and isn't changing the errors.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
