JEditorPane problem

Hi to all,

I used JEditorPane to display the scrollable text by using the following coding as

<html><head></head><body><Marquee>Scrollable text </marquee></body></html>

I inserted in the HTML coding by using the following constructor

JEditorPane("text/html",htmlContent)

While running the text is displaying in static it's not scrolling as marquee tag.

Thanks in advance for quick reply

urs

Gopinath M

[532 byte] By [RedRoseDiscussion05a] at [2007-10-2 10:48:59]
# 1
HTML support isn't 100%. The marquee tag may not be supported (I don't know for sure).Anyway you can create your own. Check out this posting: http://forum.java.sun.com/thread.jspa?forumID=57&threadID=605616
camickra at 2007-7-13 3:05:53 > top of Java-index,Desktop,Core GUI APIs...