Why is there not a Node.detach() function? In order to detach a Node
child from its parent, currently you have to go to the parent, then
search the list of its children to find the index of the one you want to
detach, then call Group.removeChild(index). (Am I missing some better
way of doing this?)
Would anyone else like to see this function? How about it, Sun?
J. Lee Dixon
Software Engineer
SAIC - Celebration, FL
[EMAIL PROTECTED]
===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JAVA3D-INTEREST". For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".