1. In Java Swing how do you get a Win32 window handle (hwnd) reference to a window? stackoverflow.comIn Java 1.4 you could use ((SunToolkit) Toolkit.getDefaultToolkit()).getNativeWindowHandleFromComponent() but that was removed. It looks like you have to use JNI to do this now. Do you have the JNI code and sample ... |
2. How to use HWND native window handle as a JFrame coderanch.com |
3. Window Handle (HWND) with JDK 1.4.1 coderanch.com |