Skip to content

Instantly share code, notes, and snippets.

@mohamnag
mohamnag / WebEngineLoadBug.java
Last active March 9, 2016 13:26 — forked from bugabinga/WebEngineLoadBug.java
Attempt to reproduce a WebEngine loading bug in JavaFX (failed)
import javafx.application.Application;
import javafx.event.EventHandler;
import javafx.scene.Scene;
import javafx.scene.web.WebEngine;
import javafx.scene.web.WebEvent;
import javafx.scene.web.WebView;
import javafx.stage.Stage;
import netscape.javascript.JSObject;
/**