Reputation: 830
Is it possible to render webpages with WebKit through a Java application?
P.S. I want it to be compatible with Windows, Linux and Mac Os X.
Upvotes: 15
Views: 37458
Reputation: 2724
In JavaFX is included in Java 7. This contains WebView which is based on WebKit.
http://docs.oracle.com/javafx/2/webview/jfxpub-webview.htm
Upvotes: 8