How develop custom view components in Java FX - acsor/AlgaT GitHub Wiki

Early on this project, the need to create custom view components arose quickly. In our case, it was view classes such as GraphView, QuizView and the like. The official documentation has little to say, unless carefully dug, but some online research and asking on Stack Overflow got me some information.

Here is some that I gathered from a post I opened (but which was closed due to not meeting the site criteria). I wish to store it here for future references (I might develop in Java FX again, although I hope not!).

images/JavaFX-custom-object.png