Skip to content

Instantly share code, notes, and snippets.

@Zookey
Created May 27, 2012 18:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Zookey/2815500 to your computer and use it in GitHub Desktop.
Save Zookey/2815500 to your computer and use it in GitHub Desktop.
javafx 2 web view
WebView browser = new WebView();
WebEngine engine = browser.getEngine();
String url = "http://zoranpavlovic.blogspot.com/";
engine.load(url);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment