posted 20 years ago
I have a JList in a JScroll Pane on my form, and everytime I add somethign to the list, I want it to scroll down, So I can see ther last Item entered (at the bottom). iright now, it adds the item to the bottom, but the view remains at the top, I tried making it select the last item on the list, but that didnt change the scroll pane view, but I cant figure out how to make the scroll pane go down to the bottom after each new entry.