I am trying to make a program for visual analyzing Fractal sets. I choose Processing 3 as drawing library and JavaFX for the user interface. There are some screenshots of th
Okay, since last time , I changed some elements. The canvas's parent is now just a Pane instead of an AnchorPane.
The FXML won't help you much... It is just a BorderPane with another Pane in it, but alright...
So, what I'm doing is taking the Canvas element, Processing creates and just adding it to the Pane.