Dear all,
I noticed in the code that to be able to use @ViewNode, the root value of the ViewController annotation must be filled with a class extending the Node Class.
How should I use this value? I tried to give in StackPane but then the application display a window with nothing in it, especially not the content of the FXML file passed to the VIewController annotation in my controller.
Do you have simple working example that I could get inspiration from?
Thank you in advance,
Jérôme