diff options
author | Sven Gothel <[email protected]> | 2011-09-15 07:19:30 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2011-09-15 07:19:30 +0200 |
commit | 42129070c5262c7f6c881c41a70fcb4550c33efa (patch) | |
tree | 54a4a1579c6e841a7addc437d77f557724681c60 /jnlp-files/jogl-test-applets.html | |
parent | fa5fdc4cbbe93da290d6cea49188aa5e8738b032 (diff) |
Add JOGL/NEWT Applet Runner; Add JOGL Applet Tests; Rename applet test version
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> |