Possible Duplicate:
Using java to create a web browser
Hello, I am last year computer science student wanted to create web browser same as google chrome or as epic browser. Is it possible to create it in java
Possible Duplicate:
Using java to create a web browser
Hello, I am last year computer science student wanted to create web browser same as google chrome or as epic browser. Is it possible to create it in java
Yes, all the required libraries are there to support your effort (Java2D/Swing for the rendering, SAX/DOM for the XML parsing, ...).
This is not a simple task however, and creating a fully compliant browser (one that would pass all ACID tests, for instance) from scratch could take you at least a couple of weeks, full time.