hello,
i am trying to place a swing component (Batiks JSVGCanvas which extends from JComponent) above a JOGL window.
the problem is that it always seems to be below the JOGL canvas. i have already tried GLCanvas and GLJPanel as well as changing the order in which they are added to the parent frame. (java.awt.frame)
is there a possiblity to place a swing component above a JOGL-panel/window/component? thanks!