I have a basic 2D application (swing components etc), where I would like to open and close 3D windows. Problem with Xith3D and Java3D is, that when I close these windows, it doesn't release the memory.
Is there a way to make Xith3D or Java3D to release all the memory it used, without exiting the whole program?


