Reputation: 6196
Is it possible to use Webkit for rendering on a desktop application? I have looked at CEF but it's not for Java. Is there any toolkit available in java for this?
Upvotes: 2
Views: 1446
Reputation: 31
There is Java CEF wrapper for Java
Related post about setting it up
Upvotes: 0
Reputation: 32437
Sure, check out JavaFX's HTML rendering. It uses WebKit.
http://docs.oracle.com/javafx/2/webview/jfxpub-webview.htm
Upvotes: 1