Is there something like a GroupBox or TitledBorder available on JavaFX 2?
Thanks for any hint :-)
I used TitledPane with setCollapsible(false). It looks more consistent than using CSS styles. Here is result
TitledPane
setCollapsible(false)