K.R.Karthikeyan Tue, 26 Dec 2000 02:41:48 -0800
Hi,
public void refresh()
{
mainBranchGroup.removeChild(0);
mainBranchGroup.addChild(createSceneGraph(canvas3D));
}
If i call this method for 10 or 20 times it is throwing OutOfMemoryException
Is anybody can help me regarding this.
K.R.Karthikeyan