Should I use the BorderPane
layout and add a label at the bottom?
Is there a better way?
Should I use the BorderPane
layout and add a label at the bottom?
Is there a better way?
It depends a bit on what you want to do with it but the ControlsFX package has a dedicated StatusBar. May be it is worth having a look at it.
https://github.com/controlsfx/controlsfx/tree/master/controlsfx/src/main/java/org/controlsfx/control
I ended up using a VBox for my usecase. But the BorderPane can work equally well - depends on your usecase. If others have better suggestions feel free to chime in.