Skip to Main Content

Java SE (Java Platform, Standard Edition)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

The Title from TitledPane

Shlomo belleliMay 29 2014 — edited Jun 19 2014

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.

This post has been answered by David Grieve-Oracle on Jun 2 2014
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 17 2014
Added on May 29 2014
10 comments
3,851 views