From 6f0522ba0b1c23efd9877aba57704f70c2aab212 Mon Sep 17 00:00:00 2001 From: Kenneth Russel Date: Thu, 1 Dec 2005 07:33:00 +0000 Subject: Removed dead code git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/jogl/trunk@467 232f8b59-042b-4e1e-8c03-345bb8c30851 --- doc/userguide/index.html | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) (limited to 'doc/userguide/index.html') diff --git a/doc/userguide/index.html b/doc/userguide/index.html index 5f95a866a..21287743a 100644 --- a/doc/userguide/index.html +++ b/doc/userguide/index.html @@ -16,6 +16,7 @@
  • Creating a GLDrawable
  • Writing a GLEventListener @@ -159,6 +160,38 @@ JNLP file is

    +

    Applet support

    + +

    + +Lilian Chamontin, in conjunction with several other members of the +JOGL community, has contributed a JOGL applet installer. This +installer uses some clever tricks to allow deployment of unsigned +applets which use JOGL into existing web browsers and JREs as far back +as 1.4.2, which is the earliest version of Java supported by JOGL. + +

    +

    + +The JOGLAppletInstaller is distributed inside jogl.jar as a utility +class in com.sun.opengl.utils. It requires that the developer host a +local, signed copy of jogl.jar and all of the jogl-natives jars; the +certificates must be the same on all of these jars. Note that in the +release builds of JOGL all of these jars are signed by Sun +Microsystems, so the developer can deploy applets without needing any +certificates. + +

    +

    + +The JOGLAppletInstaller javadoc describes the basic steps for +deployment of an applet utilizing JOGL. Please refer to this +documentation for more information. A live example of deploying an +unsigned JOGL applet will be added to this documentation shortly once +the first signed build of the JOGLAppletInstaller has been shipped. + +

    +

    Creating a GLDrawable

    -- cgit v1.2.3