Is it in any way possible to achive the same behaviour with JavaFx and Fxml, that I would get when using a ViewBox in WPF?
In WPFyou could design your UI in an, for example, 800x600 sized container. If you put this in a Viewbox, you can resize the Windows as you like, and the elements within will scale accordingly.
Seems to me like there is no such thing as a Viewbox in Fxml. Is there any other way?