views:

102

answers:

2

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.

+2  A: 

Have you tried these

  • djproject
  • lobobrowser
  • Teja Kantamneni
    +1  A: 

    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

    JRL