tags:

views:

1113

answers:

4

Hi all,

I was wondering if there was a Java swing component that uses webkit. Is it possible to create a webkit browser in Java - must I use JavaFX ?

A: 

This could be it. Please comment.

Amigable Clark Kant
Yeah that's what I want :) Thanks guys. But apparently no release is planned in the near future
just_a_dude
This seems to be OS X only.
LiraNuna
A: 

There is one in development by Swing Team: http://weblogs.java.net/blog/ixmal/archive/2008/05/introducing_jwe.html

eugener
A: 

You need swt and it only works in Windows:

http://www.genuitec.com/about/labs-webkit-for-swt/WebKit%20For%20SWT%20Developer%20Guide.html

A: 

SWT has support built-in for GWT, Windows, and OS X. Support for GWT and OS X will probably be less substantial than for Windows.

http://lists.macosforge.org/pipermail/webkit-help/2009-December/000548.html

XULRunner probably has much better API access between Java and the DOM.

dt