Is there an autowrap method for JTextComponent?

I'm still stuck on why my horizontal scrollbar's not scrolling. I think that probably my JEditorPane autowraps the text since instead of being able to scroll horizontally, the text automatically goes to the next line. However, I can't find any autowrap method for JEditorPane or JTextComponent. Please help. Thank you in advance.

[339 byte] By [bester_uncle_festera] at [2007-11-27 9:00:53]
# 1
I found that there's a setLineWrap(boolean b) method for JTextArea but I used JEditorPane.
bester_uncle_festera at 2007-7-12 21:30:04 > top of Java-index,Java Essentials,New To Java...