I have an application that uses the javafx scene for rendering, and I want to put this rendering in some GUI that I created, also in javafx. How can I do it?
Basically, there is some kind of container in which I can put the scene, and then put this container in the graphical interface.
Sorry if this is a newbie question, I'm new to JavaFX
source
share