Hello Guest

Parent GLFW windows to java awt windows

  • 0 Replies
  • 3654 Views
Parent GLFW windows to java awt windows
« on: January 08, 2021, 02:09:12 »
I drew an schematic image of what I need:


I need to parent a java awt window to another java awt window and parent to that a glfw window.
The hierarchy of the windows would look like this:
Code: [Select]
JAVA AWT WINDOW #1
       JAVA AWT WINDOW #2
       GLFW WINDOW


So the JAVA AWT WINDOW #2 and the GLFW WINDOW are at the same level(childs of JAVA AWT WINDOW #1)

Is this possible?
« Last Edit: January 08, 2021, 02:11:13 by Mihai_Ionut_Floares »