<div dir="ltr">I am working on a project with one of the goals being able to use a swing component as a render target. From the documentation <a href="https://docs.oracle.com/javase/8/docs/technotes/guides/awt/AWT_Native_Interface.html">here</a>Â I assume we need jni in order to access the native PlatformInfo struct. My question is the same as asked in <a href="https://stackoverflow.com/questions/75620948/how-do-i-get-the-hwnd-of-a-canvas-using-panama">this stackoverflow question</a>, is it possible to use panama to get the HWND of a swing window?</div>