Possible Duplicate:
Is there a way to embed a browser in Java?
how can i embed a web browser within a java application?
Thanks, David
Possible Duplicate:
Is there a way to embed a browser in Java?
how can i embed a web browser within a java application?
Thanks, David
There are a number of alternatives:
And a few more that don't seem to be under active development.
You could also try the JWebBrowser from DJ Native Swing: http://djproject.sourceforge.net/ns
If you need a pure Java solution then you can use JWebEngine. Its the best pure Java solution currently available.