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

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

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

Exceptions:
NullPointerException    if root is null