Clean up in Applet

Hi,

I was writing an applet to display animations in a browser using VisAD. 
However, looks like I have problem to clean up the REALTYPE variables.
The REALTYPE variables can only be destroyed when I close the parent browser. I 
am wondering how that happen, and what should I do in the applet destroy() 
method?

Thanks for help.

Muz