summaryrefslogtreecommitdiffstats
path: root/jnlp-files
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2014-09-20 23:01:13 +0200
committerSven Gothel <[email protected]>2014-09-20 23:01:13 +0200
commit2194730c08c8bb55dc6985246dbedaeab5fd5828 (patch)
tree74b0f642355d2d0cc12a3ef65ed9ef1d2177a94a /jnlp-files
parentcecc00efb3c47928dd8080577645b2d8633fa159 (diff)
Adding missing applet launcher html page for GLJPanelsAndGLCanvasDemoGL2Applet
Diffstat (limited to 'jnlp-files')
-rw-r--r--jnlp-files/jogl-applet-gl2_gljpanel02.html32
1 files changed, 32 insertions, 0 deletions
diff --git a/jnlp-files/jogl-applet-gl2_gljpanel02.html b/jnlp-files/jogl-applet-gl2_gljpanel02.html
new file mode 100644
index 000000000..fa5f5694f
--- /dev/null
+++ b/jnlp-files/jogl-applet-gl2_gljpanel02.html
@@ -0,0 +1,32 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
+<html>
+<head>
+<title>GLJPanels and GLCanvas w/ GL2 Demos</title>
+</head>
+<body BGCOLOR="#ffffff">
+
+<P>
+GLJPanels and GLCanvas w/ Gears GL2 Demos
+</P>
+
+<P>
+<object classid="clsid:8AD9C840-044E-11D1-B3E9-00805F499D93"
+ width="750" height="800">
+ <param name="code" value="com.jogamp.opengl.test.junit.jogl.demos.gl2.awt.GLJPanelsAndGLCanvasDemoGL2Applet">
+ <param name="archive" value="jar/lib/gluegen-rt.jar,
+ jar/lib/jogl-all.jar,
+ jar/jogl-test.jar">
+ <comment>
+ <embed code="com.jogamp.opengl.test.junit.jogl.demos.gl2.awt.GLJPanelsAndGLCanvasDemoGL2Applet"
+ width="750" height="800"
+ type="application/x-java-applet;version=1.6"
+ archive="jar/gluegen-rt.jar,
+ jar/jogl-all.jar,
+ jar/jogl-test.jar">
+ <noembed>Sorry, no Java support detected.</noembed>
+ </embed>
+ </comment>
+</object>
+</P>
+</body>
+</html>