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.

