HTML Rendering Engine as a Java Control
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 wo开发者_开发问答uld 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?
Doing a quick Google search tells me that there is a JWebPane
in JavaFX.
Have a look here.
精彩评论