HTML Rendering Engine as a Java Control

Posted by SvrGuy on Stack Overflow See other posts from Stack Overflow or by SvrGuy
Published on 2010-04-04T23:19:13Z Indexed on 2010/04/04 23:23 UTC
Read the original article Hit count: 295

Filed under:
|
|
|

Hi All,

We have a client side application (Java/Swing) that we need an HTML rendering control for.

What I want to find is the most widely adopted, most heavily developed, easiest to deploy solution to get Gecko or WebKit into a Swing app (Needs to run OS X and Windows).

The limited (crappy?) JEditPane type solutions are not robust enough for our needs. We would really like to use either WebKit or Gecko.

Some libraries seems to exist that would allow this:

(QT WebKit) http://trac.webkit.org/wiki/QtWebKit (JRex) [can not post URL because I am new]

etc.

Whats the best library to achieve this?

© Stack Overflow or respective owner

Related posts about java

Related posts about html