I currently have a JScrollPane that holds what is basically a list of items. This JScrollPane is to be displayed on an information screen.
What I\'m looking for is s
Have you looked into using a timer to send scroll instructions to the JScrollPane at intervals? Just the first thing that comes to mind...