diff options
author | Sven Gothel <[email protected]> | 2009-09-14 11:45:30 -0700 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2009-09-14 11:45:30 -0700 |
commit | 0afab6a652471cf1c140d3affe6ae442ab217ff1 (patch) | |
tree | b515e3913c878ccb07c4c246be06c51b91200469 /jnlp-files/applet-gears-jnlp.html | |
parent | e7003e596519e225ecec5b4423314c4dcaa05db8 (diff) |
Fixes and tested JOGLNewtApplet1Run/JOGLNewtAppletBase
Diffstat (limited to 'jnlp-files/applet-gears-jnlp.html')
-rw-r--r-- | jnlp-files/applet-gears-jnlp.html | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/jnlp-files/applet-gears-jnlp.html b/jnlp-files/applet-gears-jnlp.html new file mode 100644 index 0000000..64a16d9 --- /dev/null +++ b/jnlp-files/applet-gears-jnlp.html @@ -0,0 +1,19 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> +<html> +<head> +<title>JOGL JNLP Applet Gears</title> +</head> +<body> + +<P> + +<applet width=600 height=400> + <param name="java_arguments" value="-Dsun.java2d.noddraw=true"> + <param name="jnlp_href" value="applet-gears.jnlp"> +</applet> + +</P> +<P> + +</body> +</html> |