How do I embed IE into a Swing app?

While I was using Delphi, I remember a simple WebBrowser object that IE used and was very easy to use. Is there a way to embed IE in a Swing application? I'm not looking for a new web browser implementation (I've found some quite expensive ones on the internet), but just a free option to embed IE or another browser in the application.

0


source to share


1 answer


DJ Native Swing does it. I used his component JWebBrowser

and it worked well. However, you will have to link your application with the SWT libraries.



alt text http://djproject.sourceforge.net/ns/screenshots/images/WebBrowser.png

+3


source







All Articles