Is there any way to speed up the scrolling of a JScrollPane? I am trying to scroll through a list of JPanels located on a master JPanel which is put in to the viewport. The program works fine, but the scrolling is ridiculously slow. I have tried all three options under JViewport.setScrollMode() with no effect on the scrolling speed. Is there anything else I can try?
-Greg :-Q
-Greg :-Q