I want to use JavaFX in my new project and want something like in the screenshot below.
On the left site I need a navigation bar and on the right my content. So, I would use a VBox on the left side and maybe an AnchorPane on the right side (or better a ScrollPane).
And when I click on the Button "Security" it should load my "Security" Scene on the right side. But how can I manage that. Did not find any solution for this.
Thanks a lot

This is an exemplary implementation of such navigation. Here the view described in
view_1.fxmlis loaded by default:And this is the controller
update
This is a conversion in which the views are listed directly in the FXML file
and controller