Is there any way to make a JScrollPane scroll woithout the userhaving to click on the scrollbar? eg He clicks a down button and thenit scrolls down.
--> set JScrollPane.autoScroll(true)
would that be with a JTable in? or what? ´cause you should move thecomponent inside actually.