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?
The hardest thing will be the rendering component. Java7 will include JWebPane, that internally uses WebKit. Here you can find some screenshots.