Hi, I am creating one application in java using swing.In that i have an array of String, I try to use html marquee tag to scroll all the strings one by one from top to bottom.But the marquee tag doesn't support in the panel. How can i acheive it.Can any one suggest me? Thanks in advance
+1
A:
I don't believe Swing supports text scrolling out of the box.
This recent blog post at Free the Pixel has code to do some nice text animation. It might be useful.
Ash
2010-06-11 07:57:09