Pure Java HTML viewer / renderer
- by dma_k
I wonder what are the available pure embeddable Java HTML viewers? The requirements are:
Should implement JComponent interface to be placed into Scrollable 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…