From: Kenneth B. R. <kbr...@al...> - 2002-02-03 02:54:00
|
> How can I overlay Java AWT/Swing components on top of my GL4Java canvas? > Or am I going about it all wrong? I'd rather not use Swing, for > backwards compatability reasons, but if I must... I don't know of a way to put a Component on top of a GLCanvas. However, it is possible to put a set of AWT or Swing widgets side-by-side one of OpenGL for Java's components. gl4java.applet.SimpleGLApplet1 and gl4java.applet.SimpleGLAnimApplet1 show how to do this. |