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!

how to have a node remove itself from parent

jmartFeb 14 2012 — edited Feb 15 2012
Hello,

I am in the middle of converting my javafx 1.3 application to javafx 2.0.2. A common task I did in my app is to have a node remove itself from its parent..


delete this from (parent as Group).content;


Is there an equivalent way in javafx 2.0 to have a node remove itself?

thanks
jose
This post has been answered by aidreamer on Feb 14 2012
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 14 2012
Added on Feb 14 2012
2 comments
9,081 views