You can override javax.swing.JComponent#scrollRectToVisible in your JTextPane subtype and make it a no-op:
javax.swing.JComponent#scrollRectToVisible
JTextPane
@Override public void scrollRectToVisible(Rectangle aRect) { }