WebView is a javafx.scene.Node that manages a
WebEngine and displays its content. The associated WebEngine
is created automatically at construction time and cannot be changed
afterwards. WebView handles mouse and some keyboard events, and
manages scrolling automatically, so there's no need to put it into a
ScrollPane.
WebView objects must be created and accessed solely from the
FX thread.
extends