Apple Java, which is on version 6 on my machine, has a class com.apple.eawt.CocoaComponentfor connecting AWT / Swing applications to Cocoa components. Example: Displaying the AudioUnit user interface (which is a Cocoa view) in a Java application. I would like to use Java 7, but I cannot find this class in it. Does anyone know where he is? Or if there is an alternative?
source
share