JScrollPane « JEditorPane « Java Swing Q&A





1. Java: Strange behavior of JEditorPane wrapped inside JScrollPane    stackoverflow.com

I'm trying to build a simple help system to my software.
The help system built from JEditorPane(Loaded with HTML file) wrapped inside of JScrollPane, inside of the same window there is a ...

2. JEditorPane and JScrollPane    coderanch.com

Hi all, when i add an html file to a editorpane and then add that to a jscrollpane, the scrollbar is completely at the bottom, while i want to have it at the top. I looked at scrollbar methods, but can find the right method to do it. Anyone have ideas ? thanks