I've been looking for a good documentation about JOGL in an applet. I can't find a good one...
A:
Here's a demo of a JOGL applet:
https://jogl-demos.dev.java.net/applettest.html
The page has links to further documentation on the launcher being used in the demo. I tried out the demo but have not used the launcher on any projects, myself.
HTH,
RMorrisey
2009-09-17 03:21:56
Thanks for the response.
Y_Y
2009-09-17 03:34:33
A:
No, JOGL is no more on Java.net, it is there: [http://jogamp.org/jogl/www/][1]
The demos are there: http://jogamp.org/jogl-demos/www/
The applets are at the bottom of the page. It might not work because they are using JOGL 2.0 beta that is not very stable. Applets are affected by the bug 411 (not yet fixed).
gouessej
2010-09-25 13:12:45