I want to add Hyperlink to my JavaFX 2 application. This link can be vertical in the left or right part of my application, just as you see it with minimal and pinned modules in many applications - for example, IntelliJ IDEA.
Turns out node placement is difficult even in SceneBuilder, as the container keeps growing or changes the Hyperlink coordinates when I want to rotate it.
So my question is: how can I place one or more nodes that rotate 90 or 270 degrees inside a container (preferably VBox or AnchorPane ) whose size is fixed?
source share