Disabling JScrollPane autoscroll
843806Oct 7 2008 — edited Oct 7 2008I have a JPanel and a JTextArea inside of a JScrollPane. The JPanel is positioned above the JTextArea (North, South). When text is appended to the JTextArea, the JScrollPane autoscrolls to view the newly added text. I don't want the JScrollPane to scroll when new things are appending to the JTextArea, how do I disable this?