Skip to content

Instantly share code, notes, and snippets.

View bugabinga's full-sized avatar
♨️
Working hard.

Oliver Jan Krylow bugabinga

♨️
Working hard.
View GitHub Profile
@bugabinga
bugabinga / WebEngineLoadBug.java
Created March 8, 2016 08:34 — forked from anonymous/WebEngineLoadBug.java
Attempt to reproduce a WebEngine loading bug in JavaFX (failed)
import javafx.application.Application;
import javafx.scene.Scene;
import javafx.scene.web.WebEngine;
import javafx.scene.web.WebView;
import javafx.stage.Stage;
import netscape.javascript.JSObject;
/**
* https://stackoverflow.com/questions/35758313/consistent-setmember-on-javafx-window
*