Is there a way to force a JScrollPane to scroll to the top?
Created May 4, 2012
Rafal Kuczwalski Just get vertical scrollbar and set value
jScrollPane1.getVerticalScrollBar().setValue(0);
jScrollPane1.getVerticalScrollBar().setValue(0);