Can I put awt components over part of a GLCanvas?
Posted by John V. on May 18, 2010; 11:25pm
URL: https://forum.jogamp.org/Can-I-put-awt-components-over-part-of-a-GLCanvas-tp827759.html
I have an applet that uses a GLCanvas. I'd like to put an awt Panel over part of the canvas. So far, it looks like I can't get other awt components to appear over the canvas. (But I could just be doing something wrong.)
Before I go too much farther, I figure I should stop and find out if what I'm trying to do is even possible.
Thanks,
-John