On 07/12/2013 03:12 PM, martinezmj [via jogamp] wrote:
> Correction, following the example on this page:
>
http://jogamp.org/wiki/index.php/Using_JOGL_in_a_Java_appletWho sets or reads property 'jogl.debug.TextRenderer' ?
I assume we do ? :)
In that case, it should have been allowed.
Note: You cannot set this property in an applet/JNLP,
but you need to use what we call jnlp. aliasing,
i.e. you need to set: 'jnlp.jogl.debug.TextRenderer'
in your applet html tag or JNLP file.
~Sven