Hosting ActiveX controls on a Java AWT Frame?
NickName:Judah Gabriel Himango Ask DateTime:2009-08-07T00:43:28

Hosting ActiveX controls on a Java AWT Frame?

Is there a way to display a Flash or Adobe Reader ActiveX control in a Java AWT frame?

I'm porting a large old J++ application to standard Java and it needs to host a certain ActiveX control on an AWT frame.

Is this possible?

I looked at the JACOB (Java to COM Bridge) project and it doesn't appear to support ActiveX objects that draw on the screen.

Copyright Notice:Content Author:「Judah Gabriel Himango」,Reproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/1240123/hosting-activex-controls-on-a-java-awt-frame

Answers
Judah Gabriel Himango 2009-08-10T01:18:10

It looks like this can be done by mixing AWT and SWT. \n\nThe Eclipse project has a sample snippet that embeds Microsoft Word into an AWT/SWT mixed app.",


More about “Hosting ActiveX controls on a Java AWT Frame?” related questions

Hosting ActiveX controls on a Java AWT Frame?

Is there a way to display a Flash or Adobe Reader ActiveX control in a Java AWT frame? I'm porting a large old J++ application to standard Java and it needs to host a certain ActiveX control on an...

Show Detail

OnReadyStateChange event in ActiveX controls

I wrote a Firefox plugin (only compatible with FF3 atm) that allows the hosting of ActiveX controls. Before the flaming begins - this is not the main topic for this question and the plugin was desi...

Show Detail

Java AWT controls issue

I'd like to create a calculator using Java AWT library, however I'm having problems putting a label and a textfield on the same row. Also, everything is mixing up. When I run the program, at first it

Show Detail

Using activeX component in shared hosting

I have a shared hosting for asp classic, i am using an activeX dll in my asp script. ASP page works fine when i register the ActiveX component, i am using CreateObject function, but on live shared

Show Detail

Silverlight an alternative to activeX?

I have a question regarding hosting silverlight in asp.net web page. I have a functionality which I tried to achieve through activeX earlier but it didn't work out (hosting related issue etc) so no...

Show Detail

Java AWT Draw on Translucent Frame

I am having trouble drawing on a translucent frame. When the "alphaValue" is 255 everything works as expected. But I need a translucent frame. I created a small test class below that demonstrate...

Show Detail

Create browser controls like ActiveX in Java?

I'd like to know if it is possible create browser controls in Java? On my web site, I want to read the MAC address of visitor's Ethernet (or wifi) card, and then submit it to a PHP script. Now we ...

Show Detail

Want to know ActiveX control alternative in java

I have need to create something like activeX controls, in which I can send messages from client to server. Can someone please tell me the alternative of ActiveX controls in java or can I create Ac...

Show Detail

Clojure (let [frame (java.awt.Frame.)]) within un-invoked function causes AWT to be started

Whilst going through the Joy of Clojure book, I've succeedding in defining a function that, when invoked, will create and draw on a java.awt.Frame. (defn draw-frame [f x y] (let [frame (java.awt.

Show Detail

Alternative to VB6 ActiveX Controls - Silverlight or .NET based ActiveX Controls

I have a web application which extensively uses Windows Common Controls ActiveX controls for User Interface. These mainly include Listview, Treeview, Common Dialog etc. With these controls I get very

Show Detail