0

Possible Duplicate:
Using java to create a web browser

Is there any way to make a webbrower using java?. if yes pls give the idea about it.

Community
  • 1
  • 1
V I J E S H
  • 7,464
  • 10
  • 29
  • 37

1 Answers1

0

Of course you can make a webbrowser by using java.

You would have to parse the html content of the pages you request.

If you're not interested in creating your own browser, here is a link how to display simple html files.

oopbase
  • 11,157
  • 12
  • 40
  • 59