Embedding Java AWT/Swing components in Mac OS X Cocoa widgets
Hi,
We're trying to embed Java Swing Components into native platform widgets. On Windows and Linux, we're leveraging "sun.awt.WEmbeddedFrame" and "sun.awt.XEmbeddedFrame", respectively. Although for Mac OS X, we didn't find a corresponding match provided by Sun Microsystems. There is a class "apple.awt.CEmbeddedFrame" provided by Apple folks though. Is anyone aware of an existence of such a class by Sun for Mac OS X?
Thanks!
Ruchika