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

