I need some auto loop-scrolling (marquee text) it's contents JPanel
. It contents must react on mouse clicking on different elements. So just drawing contents with moved coordinates not working here, because real position of elements not changing.
Also it must be update able. Most likely that it will be smooth update - without any bouncing.
Tried to use JScrollPane
with no visible scrollers and auto-scrolling, it can hold action listeners, but I can't make it smooth looping and smooth updating contents.
UPDATE it should looks like this:
http://h1.flashvortex.com/display.php?id=2_1311593920_25605_144_0_700_30_6_1_92
but with modifying contents from code, without stopping animation and bouncing.