Example:
Recently, ive been working with this
"open source" Java project
for writing VSTs (sound modules) in Java. You can use your VST
and its GUI in ANY audio program.
Id like to know how the author managed to allow Java GUIs to be
loaded as plugins in native programs (the sourceforge project hasnt
posted its source code).
I know JNI has an AWT interface (I believe it passes bitmaps).
Is that the only way?