Search code examples
javaswingjeditorpane

Is there a good drop-in replacement for Java's JEditorPane?


I'm not happy with the rendering of HTML by Swing's JEditorPane. In particular bullets for unordered lists are hideous. Customising the rendering seems extremely difficult. Therefore I'm looking for a replacement with better HTML rendering.

Does this exist? (I asked Google, and found nothing except a promising dead link).


Solution

  • Something that I looked at extensively a while back - and there are many options - however I nearly ended up using http://lobobrowser.org/cobra.jsp, but then the project was cancelled so I can't tell you how it all turned out...