FXML: Equivalent to BorderFactory.createTitledBorder
940612May 30 2012 — edited May 30 2012Equivalent to
Hi
i am currently "dangling my feet" with FXML and try to build a sample application. The first issue i came across is "how to create a group control" also a simple Swing JPanel with a title border? With Swing all i had to do was to set a border with BorderFactory.createTitledBorder("title").
I believe that this is done with CSS but at the moment i seem to fail to identify the necessary commands to accomplish this. Using Google is, so far, always directing me to JavaFX 1.x code...
Can anyone help?
Thank you
Matthias