Skip to content

Instantly share code, notes, and snippets.

View nickebbutt's full-sized avatar

janick388 nickebbutt

View GitHub Profile
@nickebbutt
nickebbutt / WebViewTest.java
Last active August 29, 2015 14:07 — forked from skrb/Test.java
A simple java app rendering bbc website using JavaFX / WebView and picking up system proxy server settings
package webviewsample;
import java.io.IOException;
import javafx.application.Application;
import javafx.scene.Scene;
import javafx.scene.layout.StackPane;
import javafx.scene.web.WebEngine;
import javafx.scene.web.WebView;
import javafx.stage.Stage;