Embed a web browser within a java application [duplicate]

There are a number of alternatives:

  • JEditorPane – included in the JRE, but only renders simple HTML
  • JDIC – open source, embeds native browser
  • ICEBrowser – commercial, renders the HTML in Java
  • WebRenderer – commercial, embeds native browser in Java

And a few more that don’t seem to be under active development.

Leave a Comment