Hi all,
I tried to put a transparent GLJPanel over an other JPanel.
Unfortunately, i can’t see the panel over with i put the GLJPanel.
I used the setOpaque of the GLJPanel and the alphaBlending of the GLCapabilities.
And used an transparent color to clear the GLJPanel. (gl.glClearColor(…))
Can someone help me ?
I’d like to have a transparent GLJPAnel over a jpanel.
Thanks for help