How to do: "Plain Text - Link "
I do:
Hyperlink hyperlink = new Hyperlink("Ссылка"); Label label = new Label("Простой текст - "); Pane pane = new Pane(); pane.getChildren().addAll(label,hyperlink); bottomBorderPane.setCenter(pane); But in the end, hyperlink and label are displayed on top of each other, and still not in the center of the bottomBorderPane, but on the left ...