diff options
author | Sven Gothel <[email protected]> | 2012-04-24 13:40:22 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2012-04-24 13:40:22 +0200 |
commit | 5854705968e73c222724be24eecd21c488a7e977 (patch) | |
tree | e296adcd6014a57820e49ebe93f3839bc835bd89 /jnlp-files/jogl-test-applets.html | |
parent | 9d522e77a9ac1f85c57236f00d5432e671f9169c (diff) |
Test (Applets): Add MovieCube to jogl-test-applets page.
Diffstat (limited to 'jnlp-files/jogl-test-applets.html')
-rw-r--r-- | jnlp-files/jogl-test-applets.html | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/jnlp-files/jogl-test-applets.html b/jnlp-files/jogl-test-applets.html index 70bf1c017..1eb3af2dd 100644 --- a/jnlp-files/jogl-test-applets.html +++ b/jnlp-files/jogl-test-applets.html @@ -93,6 +93,20 @@ See Legend below table running as a translucent Applet hanging over the page. </td> </tr> + <tr> + <td> + <a href="../../jogl/www/media/jogl-applet-moviecube01.png"> + <img src="../../jogl/www/media/jogl-applet-moviecube01-small.png" width="200" alt="Full Size"/> + </a> + </td> + <td> + <a href="jogl-applet-runner-newt-MovieCube.html">Dual</a><br/> + <a href="jogl-applet-runner-newt-MovieCube-napplet.html">NApplet</a><br/> + </td> + <td> + Movie Cube using JOGL's GLMediaPlayer. + </td> + </tr> </tbody></table> </td> |