Is it possible to use Java to build a web browser like Internet Explorer that will open all the web pages and display all the contents?
Take a look at the JEditorPane class. It can be used to render HTML pages and could form the basis of a simple browser.