Adds the specified parent to this node's list of parents. If this node is already a child of the parent, this method simply returns false. Called by Group.addChild(Node). @return true, if this node was not a child of parent; false, otherwise.
(Group parent)