Has anybody had problems getting a subclass of Canvas3D to garbage collect (after being used)? I don't see any references in my code pointing to the object. I know its removeNotify() method has been called because I subclassed the method with a print statement, and tested to make sure the appropriate message was being printed. I also subclassed the finalize() method on the same object, and it definitely is NOT being finalized. Does anybody know what I'm doing wrong? Sincerely, Thorn Green =========================================================================== To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff JAVA3D-INTEREST". For general help, send email to [EMAIL PROTECTED] and include in the body of the message "help".
