- To: Bill Hibbard <hibbard@xxxxxxxxxxxxxxxxx>
- Subject: Re: AW: RendererJ3D.setLinks: already set
- From: Steve Emmerson <steve@xxxxxxxxxxxxxxxx>
- Date: Thu, 10 Jan 2002 09:00:46 -0700
Bill, The Object.clone() method has several pitfalls, which are described in Bloch's book "Effective Java". A better solution might be to add "copy" constructor methods, i.e. public DirectManipulationRendererJ3D(DirectManipulationRendererJ3D) Regards, Steve Emmerson <http://www.unidata.ucar.edu>