In JFC 1.1.1 (included in Java 1.2.2) and later, Sun provides classes for basic HTML parsing and display.
The javax.swing.text.html.parser package can be used to read HTML documents
The javax.swing.text.html package allows you to display basic HTML in
your JFC based applications.