In about 95% of all cases I saw, CustomNode.create() created a group and returned that. Right now CustomNode behaves like a Group with just one child, if we allow a sequence of childs for CustomNode, we could avoid one level in the SceneGraph.
- duplicates
-
JDK-8092448 Allow CustomNode to have multiple children to eliminate needing an extra Group
- Resolved