Embedding an OCX into a JFrame

Mark Allen <[email protected]> Thu, 14 Dec 2006 12:11:21 -0500
Newsgroups gmane.comp.windows.devel.jawin
Message-ID <LISTSERV%[email protected]>
I have an OCX that I need to embed into my java swing application.  I have
used jawin in the past to access dll's, but I can't figure out how to do
something like:

jFrame.getContentPane.add(ocx)

Mark.