2

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?

Luboš Turek
  • 6,273
  • 9
  • 40
  • 50
Kathir
  • 6,136
  • 8
  • 36
  • 67
  • Interested to know this as well. Would be great to use the flexibility and standardization of html5 for interface pieces on desktop applications, while not being buttonholed into a web environment. –  Jan 28 '13 at 20:51

2 Answers2

1

Sure, check out JavaFX's HTML rendering. It uses WebKit.

http://docs.oracle.com/javafx/2/webview/jfxpub-webview.htm

artbristol
  • 32,010
  • 5
  • 70
  • 103
0

There is Java CEF wrapper for Java

Related post about setting it up

Support forum

Community
  • 1
  • 1