JscrollBar problem ?
Hi
I am using JTextPane, JScrollPane and JscrollBar with it
and i am usinh the following
jscrollbar.setValue(jsbr.getMaximum()+jsbr.getBlockIncrement())
to showing jscrollbar at the end of JTextPane
it is working fine but after saome time when data is large in the JTextPane it is showing thisException: PRIVATE CHAT RUN ERROR java.lang.ArrayIndexOutOfBoundsException
Exception in thread "AWT-EventQueue-0"PrivateChat user Logging ...1 [http://l
ocalhost:9080/timestalk/GetMessage?id=sandix:times_jaitest]java.lang.ArrayIndexO
utOfBoundsException
at java.lang.System.arraycopy(Native Method)
at javax.swing.text.BoxView.updateLayoutArray(Unknown Source)
at javax.swing.text.BoxView.replace(Unknown Source)

