i started to work with JFxtras CircularPane which shall appear after click on a node. This node shall then be directly in the middle of the circularpane. See following picture:
To set the node directly in the middle and the circularpane around it. I need to know how is the width and height of the circular pane. But it always returns 0.
I'm using:
jdk8, jfxtras 8.0 r5
Hope you can help me to figure out the Size of the circularpane which will be appear after click on the node in the middle.
Thank you very much.