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 j开发者_如何学编程ust the free option of embedding IE or some other browser in application.
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.
精彩评论