how to have a node remove itself from parent
jmartFeb 14 2012 — edited Feb 15 2012Hello,
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