richie wrote:
>
> To all,
>
> I have an application where when one double clicks on any text2D object, a
> certain action happens, which as of now works well, jointly for all the text
> objects.
> Now I  want that every object has its own unique info which i want to print
> in a dialog box. For this i need to check  for its unique identity . All the
> text Objects r under the same TG.
>
> When i try to print the TransformGroup  which is retrieved after
> DoubleClicking
> method the system prints code like:
> javax.media.j3d.TransformGroup@68a41a99
> javax.media.j3d.TransformGroup@e1801a98
> javax.media.j3d.TransformGroup@e9981a98

I'm new to Java3D, but if i understand it correctly
you have to keep track of your instances yourself...

//Rikard

===========================================================================
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".

Reply via email to