public SubScene (Parent root, double width, double height)

Creates a SubScene for a specific root Node with a specific size.

Parameters:
root    The root node of the scene graph
width    The width of the sub-scene
height    The height of the sub-scene

Exceptions:
NullPointerException    if root is null