diff options
author | Kenneth Russel <[email protected]> | 2006-12-22 22:47:40 +0000 |
---|---|---|
committer | Kenneth Russel <[email protected]> | 2006-12-22 22:47:40 +0000 |
commit | 73edbcfc1bec3b6bf9f4611ef1154529ac3980f9 (patch) | |
tree | 00a90f0b5c4aa2b8e41e7b8e30bb39a8a649fe80 /www/applettest.html | |
parent | abca5ac0e749a6b41cbecf133582a443f8572123 (diff) |
Added JOGL / JOAL applet test and revised documentation for JOGL
applet test slightly
git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/../svn-server-sync/jogl-demos/trunk@191 3298f667-5e0e-4b4a-8ed4-a3559d26a5f4
Diffstat (limited to 'www/applettest.html')
-rw-r--r-- | www/applettest.html | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/www/applettest.html b/www/applettest.html index bd3ba03..0d9e98d 100644 --- a/www/applettest.html +++ b/www/applettest.html @@ -54,9 +54,10 @@ The applet above is instantiated with the following code: Note that the jogl-demos.jar, which contains the GearsApplet class, <B>does not need to be signed</B>! Sun Microsystems, Inc. signs -jogl.jar, which contains the JOGLAppletLauncher; this is the only Java -code which needs to be signed in order to deploy applets using JOGL -and is the only certificate the end user must accept. +jogl.jar and gluegen-rt.jar, which contain the JOGLAppletLauncher and +supporting classes; this is the only Java code which needs to be +signed in order to deploy applets using JOGL and is the only +certificate the end user must accept. </P> <P> |