I'm doing a project in java netbeans
on a text editor and I have to use jtextpane
; so my question is: do I use a jscrollpane
or a jscrollbar
to add it to the jtextpane
?
I'm doing a project in java netbeans
on a text editor and I have to use jtextpane
; so my question is: do I use a jscrollpane
or a jscrollbar
to add it to the jtextpane
?