The illustration shows the hierarchical Scene Graph structure of JavaFX class instances. The Scene object is the top object in the hierarchy. It contains the following objects: Group, Node, and WebView. The Group object has three Node objects. The bidirectional arrow shows a connection between the WebView and WebEngine objects. The WebView and WebEngine objects are painted yellow, while other object are painted white. The WebEngine object is located out of the Scene Graph boundaries.