diff options
Diffstat (limited to 'jnlp-files/jogl-test-applets.html')
-rw-r--r-- | jnlp-files/jogl-test-applets.html | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/jnlp-files/jogl-test-applets.html b/jnlp-files/jogl-test-applets.html new file mode 100644 index 000000000..60e8f8fe3 --- /dev/null +++ b/jnlp-files/jogl-test-applets.html @@ -0,0 +1,29 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> +<html> +<head> +<title>JOGL Test Applets</title> +</head> +<body> + +<H2> Test page for JOGL Applets </H2> + +<p> +<H3> Version </H3> +<ul> + <li><a href="jogl-applet-version.html">Applet (JNLP/Launcher)</a></li> + <li><a href="jogl-applet-version-lancheronly.html">Applet (Launcher Only)</a></li> + <li><a href="jogl-application-version.jnlp">Application</a></li> +</ul> +</p> + + +<p> +<H3> AWT JNLP Applet's using native NEWT (JOGL NEWT Applet Launcher)</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> + +</body> +</html> |