1. Problem with JDICplus embedding IE in Java stackoverflow.comI am building a Java Swing application that needs to support both an embedded browser and ActiveX. The easy way to do this seemed to be to use JDICplus, ... |
2. Run Java Swing UI inside ActiveX Browser object stackoverflow.comWe have a "desktop" application written in Java Swing that currently uses Java Web Start to instantiate the app. We have a need to run this application INSIDE an ActiveX Browser object. Does ... |
3. Java => ActiveX component = Swing with no interaction stackoverflow.comI'm creating a Java bean component and then generate it to ActiveX dll like in this tutorial
It is a
with couple JButton s
but when I ... |
4. ActiveX(in VC++) to Java or AWT coderanch.comIf you are not that worried about portability, I seem to remember some of the Java (really J++) stuff supplied by Microsoft has a way to display an ActiveX component in your application. I'm not 100% sure, though, since I've never really used J++. I seem to remember it from one of those "comparing Java and J++" type articles. Also, you ... |
5. Embedding ActiveX into a Java GUI application coderanch.comI just played around with VS.NET and embedded media into a Windows application using ActiveX components. Now, I know the same can be done using SWT but is there any other feasible alternatives for a Java-to-COM bridge than what SWT provides? If I want to keep my application as small as possible, which way should I go? |
6. Embed ActiveX control (acrobat) into swing coderanch.comI have a requirement to view a PDF file within a given application I'm developing. I've tried several different open source and commercial pure java based PDF viewers and they really don't stack up to Acrobat. I did find a few commercial products that bridge java and Microsoft COM, but they're crazy expensive and do a whole lot more than I ... |