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!!