tags:

views:

157

answers:

2

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
A: 

try http://djproject.sourceforge.net/ns/

it support rich webbrowser based on swt in swing

Santhosh Kumar T