Jens Kanschik - 2003-04-13

Hi,

I would like to use parts of the GVF in an Applet. There is a problem with the class Debug. It uses the System properties which is not allowed in Applets.

Is there any nice way to switch of the Debug feature without changing the code ?

At the moment I use slightly changed version of the debug class, setting the flag Debug.initialized to true, which prevents the Debug class from reading the properties. It works, but it's certainly not the most elegant solution...

Thanks,

Jens.