diff options
author | Sven Gothel <[email protected]> | 2011-09-15 15:09:28 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2011-09-15 15:09:28 +0200 |
commit | b872484873c7ac4e3a75587ccd10c79626479d34 (patch) | |
tree | 55935b438c1c9edba40165aaabc7c27e2e95b49e /jnlp-files/jogl-test-applets.html | |
parent | ed6fcf8543f9116c8e0bc9e5220b6b0158c3a4ed (diff) |
jogl test applets: Add Graph Tests
Diffstat (limited to 'jnlp-files/jogl-test-applets.html')
-rw-r--r-- | jnlp-files/jogl-test-applets.html | 17 |
1 files changed, 15 insertions, 2 deletions
diff --git a/jnlp-files/jogl-test-applets.html b/jnlp-files/jogl-test-applets.html index ba9733d24..5e85c8b9f 100644 --- a/jnlp-files/jogl-test-applets.html +++ b/jnlp-files/jogl-test-applets.html @@ -16,12 +16,25 @@ </ul> </p> - <p> -<H3> AWT JNLP Applet's using native NEWT (JOGL NEWT Applet Launcher)</H3> +<H3> Gears ES2 </H3> <ul> <li><a href="jogl-applet-runner-newt-gears-normal.html">GearsES2 in Applet Area (normal)</a></li> <li><a href="jogl-applet-runner-newt-gears-special.html">GearsES2 translucent over pager (special)</a></li> +</ul> +</p> + +<p> +<H3> JOGL Graph </H3> +<ul> + <li><a href="jogl-applet-runner-newt-GraphTextDemo01.html">JOGL Graph Text Demo 01</a></li> + <li><a href="jogl-applet-runner-newt-GraphUISceneDemo01.html">JOGL Graph UI-Scene Demo 01</a></li> +</ul> +</p> + +<p> +<H3> Demo Code </H3> +<ul> <li><a href="jogl-applet-runner-newt-ElektronenMultiplizierer.html">Demoscene Passivist's ElektronenMultiplizierer</a></li> </ul> </p> |