Simple way of creating an animated JScrollPane in Java?

前端 未结 2 2084
南旧
南旧 2020-12-21 12:01

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

2条回答
  •  梦毁少年i
    2020-12-21 12:26

    Have you looked into using a timer to send scroll instructions to the JScrollPane at intervals? Just the first thing that comes to mind...

提交回复
热议问题