I wonder what are the available pure embeddable Java HTML viewers? The requirements are:
- Should implement
JComponent
interface to be placed intoScrollable
pane. - Should be preferably a free solution; opensource is a plus.
- Availability as maven artifact is a plus.
I know only few components:
- Build-in Java
JEditorPane
, supports HTML 3.2 - Cobra Toolkit, open source, supports HTML 4, Javascript and CSS 2
- MARTHA by RealObjects, commercial, supports HTML 4, CSS 2.1
Potentially embeddable products:
Any other components?