diff options
author | Kenneth Russel <[email protected]> | 2006-01-04 20:08:13 +0000 |
---|---|---|
committer | Kenneth Russel <[email protected]> | 2006-01-04 20:08:13 +0000 |
commit | d873efc54c38a8dcfcff82ee686f2cc4ad2a76d4 (patch) | |
tree | 3123cb86d508cddcd9c08fe8d7cc0803e22f99f5 /www/index.html | |
parent | 0528109e41cd314af6fa4f3e1e6c773042b18c26 (diff) |
Added JOGL Applet test page
git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/../svn-server-sync/jogl-demos/trunk@156 3298f667-5e0e-4b4a-8ed4-a3559d26a5f4
Diffstat (limited to 'www/index.html')
-rw-r--r-- | www/index.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/www/index.html b/www/index.html index aae7fb3..3be00ee 100644 --- a/www/index.html +++ b/www/index.html @@ -73,6 +73,11 @@ C or C++, in which case a link to the original sources is provided.<br> system requirements listed, the demos run on any vendor's graphics card and on any of Solaris/SPARC, Solaris/x86, Linux/x86, Windows/x86, and Macintosh OS X 10.3.<br> </p> + +<P> It is now possible to deploy unsigned applets using JOGL with no +manual installation of any software on the end user's machine! Please +see the <a href="applettest.html">JOGL applet test page</a> for more +information. </P> <p>The source code for these demonstrations is available @@ -129,6 +134,9 @@ and on any of Solaris/SPARC, Solaris/x86, Linux/x86, Windows/x86, and Macintosh href="https://jogl-demos.dev.java.net/unbranded-source/browse/*checkout*/jogl-demos/doc/readme.html">Demo documentation</a><br> </li> + + <li><a href="applettest.html">JOGL Applet test</a> + </li> |