diff options
author | Sven Gothel <[email protected]> | 2013-10-04 09:25:13 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2013-10-04 09:25:13 +0200 |
commit | abdc28ec9304b39f981c49e2f9554e05aaff9cc3 (patch) | |
tree | f09e68429a81847e5ca561ebd5e7a9cf96aaeef8 /jnlp-files/jogl-applet-bug818_gljpanel01.html | |
parent | 50bc843365f65bc6b84a57baa429e32f53fa26e5 (diff) |
Bug 818: Add missing html file for applet unit test of commit 51ea4e5d5d212dfef519cf824d6cbf69e41bebc7
Diffstat (limited to 'jnlp-files/jogl-applet-bug818_gljpanel01.html')
-rw-r--r-- | jnlp-files/jogl-applet-bug818_gljpanel01.html | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/jnlp-files/jogl-applet-bug818_gljpanel01.html b/jnlp-files/jogl-applet-bug818_gljpanel01.html new file mode 100644 index 000000000..2721ac9f4 --- /dev/null +++ b/jnlp-files/jogl-applet-bug818_gljpanel01.html @@ -0,0 +1,34 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> +<html> +<head> +<title>Bug818 OSX GLJPanel NV GT330 Crash</title> +</head> +<body BGCOLOR="#ffffff"> + +<P> +Bug818 OSX GLJPanel NV GT330 Crash +</P> + +<P> +<object classid="clsid:8AD9C840-044E-11D1-B3E9-00805F499D93" + width="750" height="350"> + <param name="code" value="com.jogamp.opengl.test.junit.jogl.demos.gl2.awt.Bug818GLJPanelApplet"> + <param name="archive" value="jar/lib/gluegen-rt.jar, + jar/lib/jogl-all.jar, + jar/jogl-test.jar"> + <param name="java_arguments" value="-Xms128M -Xmx512M -Dsun.java2d.noddraw=true"/> + <comment> + <embed code="com.jogamp.opengl.test.junit.jogl.demos.gl2.awt.Bug818GLJPanelApplet" + width="750" height="350" + type="application/x-java-applet;version=1.6" + archive="jar/gluegen-rt.jar, + jar/jogl-all.jar, + jar/jogl-test.jar" + java_arguments="-Xms128M -Xmx512M -Dsun.java2d.noddraw=true"> + <noembed>Sorry, no Java support detected.</noembed> + </embed> + </comment> +</object> +</P> +</body> +</html> |