public ImageView (String url)

Allocates a new ImageView object with image loaded from the specified URL.

The new ImageView(url) has the same effect as new ImageView(new Image(url)).

Parameters:
url    the string representing the URL from which to load the image

Exceptions:
NullPointerException    if URL is null
IllegalArgumentException    if URL is invalid or unsupported

Since:  JavaFX 2.1