How can I put a swt.browser inside of a Jpanel?
+1
A:
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
mdma
2010-05-03 23:07:28
A:
try http://djproject.sourceforge.net/ns/
it support rich webbrowser based on swt in swing
Santhosh Kumar T
2010-05-26 19:21:57