Swt.browser inside of Jpanel
How can I put a swt.browser inside o开发者_如何学Gof a Jpanel?
There is SWTSwing, although it's not clear if it supports the Browser component.
If you're looking for a native browser in Java, the jdic project can render Internet Explorer into a swing component. See https://jdic.dev.java.net/documentation/incubator/JDICplus/index.html
Possibly more complete and current is the embedded browser support in NetBeans. http://wiki.netbeans.org/EmbeddedBrowserPlan68
精彩评论