kovike
kovike

Reputation: 551

How to embed IE in Swing application?

While I was using Delphi I remember simple WebBrowser object that used IE and was really easy to use. Is there an option to embed IE in Swing application? I'm not looking for new implementation of web browser (i found some rather expensive ones on web), but just the free option of embedding IE or some other browser in application.

Upvotes: 0

Views: 4172

Answers (1)

JRL
JRL

Reputation: 78033

DJ Native Swing does that. I've used its JWebBrowser component and it worked well. You will have to bundle your app with the SWT libraries though.

alt text

Upvotes: 3

Related Questions