Scrollbar

THis is probably a very simple thing but i really havent been able to find much on the topic. I need to increase the speed of the verticle scroll bar in a progam im working on. If anyone can give me some ideas or somewhere to reference to it would be most appreciated.
[275 byte] By [Bunyipa] at [2007-10-3 2:47:12]
# 1
check this out..myScrollbar.setUnitIncrement(20);the amount to change the scrollbar's value by, given a unit up/down request. It's default setting is 1.
sleepin_liona at 2007-7-14 20:35:58 > top of Java-index,Java Essentials,New To Java...