diff options
Diffstat (limited to 'jnlp-files/jogl-applet-runner-newt-gears-normal-napplet.html')
-rw-r--r-- | jnlp-files/jogl-applet-runner-newt-gears-normal-napplet.html | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/jnlp-files/jogl-applet-runner-newt-gears-normal-napplet.html b/jnlp-files/jogl-applet-runner-newt-gears-normal-napplet.html index 4613b5bfe..be3c95d43 100644 --- a/jnlp-files/jogl-applet-runner-newt-gears-normal-napplet.html +++ b/jnlp-files/jogl-applet-runner-newt-gears-normal-napplet.html @@ -9,7 +9,7 @@ Applet launching using <a href="http://jogamp.org/jogl/doc/deployment/JOGL-DEPLOYMENT.html#NApplets">NApplet</a>. </p> -<P> +<p> JOGL NEWT Applet Runner Special Keys:<br> <ul> <li> d - toggle decoration </li> @@ -20,9 +20,9 @@ JOGL NEWT Applet Runner Special Keys:<br> <li> i - invisible mouse pointer </li> <li> w - warp mouse pointer to center </li> </ul> -</P> +</p> -<P> +<p> <object classid="clsid:8AD9C840-044E-11D1-B3E9-00805F499D93" width="200" height="200"> <param name="code" value="com.jogamp.newt.awt.applet.JOGLNewtApplet1Run"> @@ -52,9 +52,9 @@ JOGL NEWT Applet Runner Special Keys:<br> </comment> </object> -</P> +</p> -<P> +<p> The applet above is instantiated with the following code: @@ -90,7 +90,7 @@ The applet above is instantiated with the following code: </pre> -</P> +</p> <p> <del> Note that the jogl-test.jar, which contains the GearsES2 class, @@ -104,7 +104,7 @@ Sadly, due to Oracle's Java Applet Plugin update 7u51, unsigned applets are no more allowed and effectively lower the bar to create user applets with raised privileges.<br/> Hence JogAmp Community <b>signs</b> jogl-all.jar and gluegen-rt.jar, which contain the -JOGL's supporting classes as well as jogl-test.jar, which contains the GearsES2 class.<br/> +JOGL's supporting classes as well as jogl-test.jar, which contains the users implementing Applet class.<br/> jogl-test.jar's manifest file uses <i>Permissions: sandbox</i> to <b>not raise privileges</b>. </p> |