I'm writing a java app and at some point I create a window using Windows API through JNI.
How can I create a jpanel over a part of that window so I can add gui to it in the java side?
If that's not possible, then can I create a window in java and set it's parent to the first window to achieve a similar result?