| Author |
How to scroll in a JEditorPane
|
Alejandro Barrero
Ranch Hand
Joined: Aug 01, 2005
Posts: 273
|
|
|
I am displaying an HTML document in a JEditorpane and I want to scroll to a specific word in the document. How do I do it?
|
Your help will be greatly appreciated,
Alejandro Barrero
|
 |
Alejandro Barrero
Ranch Hand
Joined: Aug 01, 2005
Posts: 273
|
|
|
Found it. JtextComponent.select(int start, int end) does the trick.
|
 |
 |
|
|
subject: How to scroll in a JEditorPane
|
|
|