Hi,
Is there any way to add a ActiveX control to a JPanel.
Hi,
Is there any way to add a ActiveX control to a JPanel.
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.