I have a JScrollPane wrapped around a JTextArea. When I populate the JTextArea, it automatically scrolls to the bottom. I want it to be at the top.
Here\'s the code that