Xander
Xander

Reputation: 9171

Swt.browser inside of Jpanel

How can I put a swt.browser inside of a Jpanel?

Upvotes: 1

Views: 1947

Answers (1)

mdma
mdma

Reputation: 57707

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

Upvotes: 1

Related Questions