Does anyone know of a method or API that supports embedding a native window inside either a Java JFrame or JPanel?
I found this previous post:
How do I run an external program inside a Java frame in netbeans in a platform independent manner?
I can get the window handle using:
http://www.java-forums.org/advanced-java/44064-getting-window-id-window-frame.html
and this works fine.
This article appears to suggest that it's possible, but does not illustrate how: