Hi
Is there a way using methods to get the "Title" of a TitledPane
I found this example but it not working (I changed it for title)
If you need code based access to sub-components of the TitledPane, you can use thelookup function after the TitledPane has been added to a Scene shown on a Stage.
titledPane.lookup(".arrow").setVisible(false);
Thanks Shlomo.