JavaFX provides capabilities to interoperate with HTML5 content. JavaFX provides a non-GUI component capable of loading HTML5 content, called the WebEngine API (javafx.scene.web.WebEngine). The underlying web page-rendering engine in JavaFX is the popular open-source API called WebKit. This API is used in Apple’s Safari browsers, Amazon’s Kindle devices, and was used in Google’s Chrome browser. […]