Get the appropriate JScrollBar of the JScrollPane, and set its value based upon its current value.
In pseudo-code that can be implemented in a JButton action listener:

...