Scoller (like on news channels) object in swing?

Very quick question, is there any type of scroller object that I can supply a string (and possibly an ImageIcon) and have it scroll across the screen like those lovely things we see at the bottom of the screen on news channels. I’m hoping for a stock (i.e. from sun) Swing object but one created by a third party will also be cool.

Thanks

I haven’t got to know such a component. this would be similar to a HTML huh?
You may find the answer by javascript which has a very common structure for that kind of code. 8)

you could just use a JLabel then use setLocation() repeatedly

Long time ago I did one in awt, using a canvas and painting the text in it.
The position changed in each update.