GroupBox / TitledBorder in JavaFX 2?
Unless you need the custom styling in this answer, I prefer the TitledPane with setCollapsible(false) solution by Andriy Kryvtsun. For use, see a TitledPane tutorial. No such exact standard control, but it it is easy to create your own. Here is a sample implementation: /** Places content in a bordered pane with a title. */ … Read more