How to display html formatted text in text area of java application?

Posted by Deepak on Stack Overflow See other posts from Stack Overflow or by Deepak
Published on 2010-03-14T08:17:51Z Indexed on 2010/03/14 8:25 UTC
Read the original article Hit count: 171

Filed under:
|
|

I am scrapping data from web site using my java application and want to display the result after parsing code of html page in a Text Area made in Swing.

Text like: hello <b>every</b>one should be displayed as: 'hello everyone' in text area. Thanks!!

© Stack Overflow or respective owner

Related posts about java

Related posts about swing