How to add marquee behaviour to JLabel

Posted by nicky on Stack Overflow See other posts from Stack Overflow or by nicky
Published on 2010-02-18T19:57:46Z Indexed on 2010/03/27 8:23 UTC
Read the original article Hit count: 466

Filed under:
|

How to add marquee behaviour to text of JLabel?

I have tried this

JLabel search = new JLabel("<html><marquee>Search</marquee><html>");

but its not working.

© Stack Overflow or respective owner

Related posts about java

Related posts about swing