79486854

Date: 2025-03-05 14:56:55
Score: 1
Natty:
Report link

You can override javax.swing.JComponent#scrollRectToVisible in your JTextPane subtype and make it a no-op:

        @Override
        public void scrollRectToVisible(Rectangle aRect) {
        }
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Cagepi