Reputation: 3993
Is there any way to add a ActiveX control to a JPanel.
Upvotes: 0
Views: 241
Reputation: 6727
Another option is the Jacob library, which you can use via groovy if you're interested:
Upvotes: 0
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