Question: Write a JavaFX program (you should be all set up from CIS111B ... you will NOT give me Swing code) that draws a fractal image
Write a "JavaFX" program (you should be all set up from CIS111B ... you will NOT give me Swing code) that draws a fractal image using recursion (don't forget the base case so that it stops!) --- see the video links I gave you to understand fractals.\ The pattern must be your OWN fractal pattern; I do NOT want you to just copy the T-square (which is in the bookfiles), Siepinski triangle, or some famous fractal code and submit someone else's code (remember that is plagiarism). I gave you some sample code so you can start with some of the graphics shell part of that if you want and then create your own pattern (I don't just want my circles submitted!) !\ NOTE: Here's a link to some of the shapes you can try to draw using the graphics context in JavaFX:\ docs.oracle.com/javase/8/javafx/api/javafx/scene/canvas/GraphicsContext.html Links to an external site.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
