Using HTML in Swing Applications

Posted by Padur on Stack Overflow See other posts from Stack Overflow or by Padur
Published on 2010-05-21T15:21:22Z Indexed on 2010/05/28 22:22 UTC
Read the original article Hit count: 191

Filed under:
|

Hello all

Need some help here..I am trying to write a simple swing application which displays some text based on user actions. Its like help where user clicks on some url and he is redirected to that page. I have huge html code and I want to render it in swing components. I was able to do it in JDK1.6 software but not in JDK1.4. Is there any way we can render complex html in swing components in JDK 1.4 software?

I appreciate help.

Thanks Padur

© Stack Overflow or respective owner

Related posts about html

Related posts about swing