Hi,
I've got a program which displays ct image data with J3D. The user gets
to choose a case from a menu, which is then displayed in a new JFrame.
This process can be repeated severeal times, i.e. several cases can be
selected and displayed one after another.
The problem:
J3D doesn't seem to release the allocated memory after a frame has been
closed. When I start the program with the verbose:gc option, I can see
my memory leaking away...
I've also included a debug output in the frame's finalize() method, but
it's never called :-(, although I'm sure that there are no more
references pointing to the frame.
thx
Heiko
===========================================================================
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".