containing Ole controls
Roger I Martin PhD <[email protected]>
| Newsgroups | gmane.comp.windows.devel.jawin |
|---|---|
| Message-ID | <[email protected]> |
Hi, I'm also adding a JAWT based ActiveX containing extension of javax.swing.JWindow to Jawin. Wish to have it implement an org.jawin.IOleControl etc. org.jawin.IOleControl extends the org.jawin.IUnknown interface. Both the javax.swing.JWindow and org.jawin.IUnknown have a getPeer method. java.awt.peer.ComponentPeer javax.swing.JWindow.getPeer(); //Note:deprecated as of JDK version 1.1 int org.jawin.IUnknown.getPeer(); Anybody have a preference in how I get rid of this compile conflict?