How to move viewport for JLabel in a JScrollPane
I have searched through the archived Dev posts and found how to do this with a TextArea but I have not been able to find how for a JLabel within a JScrollPane. What I am hoping to accomplish is to have the scrollbar move down as new lines of text are added to the JLabel, right now the scrollbar kicks in but stays in the position of when it first appears. Any help would be appreciated.
Thanks,
Andy

