diff options
author | Sven Gothel <[email protected]> | 2014-03-26 10:38:28 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2014-03-26 10:38:28 +0100 |
commit | d7e710c7be9cfc26e2c35d5332f3dc5002538d75 (patch) | |
tree | 93f0ec3feb530cef6b1c19a19091970bc317b7f5 /jnlp-files/jogl-applet-runner-newt-MovieCube-napplet.html | |
parent | 38febaa43f91e389ffdaf64a2cdd8145629e0b8d (diff) |
Fix test applets: GraphTextDemo (No MSAA, add VBAA def. ctor GPUTextGLListener0A); MovieCube (Size 800x600)
Diffstat (limited to 'jnlp-files/jogl-applet-runner-newt-MovieCube-napplet.html')
-rw-r--r-- | jnlp-files/jogl-applet-runner-newt-MovieCube-napplet.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/jnlp-files/jogl-applet-runner-newt-MovieCube-napplet.html b/jnlp-files/jogl-applet-runner-newt-MovieCube-napplet.html index 3630a1529..c0e9bd2eb 100644 --- a/jnlp-files/jogl-applet-runner-newt-MovieCube-napplet.html +++ b/jnlp-files/jogl-applet-runner-newt-MovieCube-napplet.html @@ -11,7 +11,7 @@ JogAmp's MovieCube - GLMediaPlayer Demo 01 <P> <object classid="clsid:8AD9C840-044E-11D1-B3E9-00805F499D93" - width="510" height="300"> + width="800" height="600"> <param name="code" value="com.jogamp.newt.awt.applet.JOGLNewtApplet1Run"> <param name="archive" value="jar/gluegen-rt.jar, jar/joal.jar, @@ -24,7 +24,7 @@ JogAmp's MovieCube - GLMediaPlayer Demo 01 <param name="gl_trace" value="false"> <comment> <embed code="com.jogamp.newt.awt.applet.JOGLNewtApplet1Run" - width="510" height="300" + width="800" height="600" type="application/x-java-applet;version=1.6" pluginspage="http://java.sun.com/javase/downloads/ea.jsp" archive="jar/gluegen-rt.jar, |