tags:

views:

46

answers:

2

Hi,

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

+1  A: 

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.

Stu Thompson
A: 

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

Simon Guo