Kryten
Kryten

Reputation: 3993

Add a ActiveX Control to a JPanel

Is there any way to add a ActiveX control to a JPanel.

Upvotes: 0

Views: 241

Answers (3)

dsummersl
dsummersl

Reputation: 6727

Another option is the Jacob library, which you can use via groovy if you're interested:

Upvotes: 0

Simon Guo
Simon Guo

Reputation: 2926

I am also suggest the Bridge2Java, it is a cool tool to use.

Upvotes: 0

Stu Thompson
Stu Thompson

Reputation: 38868

Easily? No.

With a bridging technology (which in my opinion are to be avoided)? Yea, with something like Bridge2Java.

Bridge2Java is a tool that allows Java programs to communicate with ActiveX objects. It allows easy integration of ActiveX objects into a Java Environment. Using the Java Native Interface and COM technology, Bridge2Java allows an ActiveX object to be treated just like a Java object.

Upvotes: 1

Related Questions