Re: [JAVA3D] Custom Behavior class.

2001-08-20 Thread Vijayan Pandalai
Thanks a lot Renoir..I will try out the code in my applet and get back. Thanks once again.   regards Vijayan. - Original Message - From: Renoir Sewjee To: [EMAIL PROTECTED] Sent: Monday, August 20, 2001 4:02 PM Subject: Re: [JAVA3D] Custom Behavior class

Re: [JAVA3D] Custom Behavior class.

2001-08-20 Thread Vijayan Pandalai
Thanks a lot Renoir..I will try out the code in my applet and get back. Thanks once again.   regards Vijayan. - Original Message - From: Renoir Sewjee To: [EMAIL PROTECTED] Sent: Monday, August 20, 2001 4:02 PM Subject: Re: [JAVA3D] Custom Behavior class. Hi

Re: [JAVA3D] Custom Behavior class.

2001-08-20 Thread Renoir Sewjee
Hi, I've attached some skeleton code. --Renoir Vijayan Pandalai wrote: I wish to know how i could write a custom behavior class which would invoke MouseClicked, MouseDragged and MouseReleased events. -- Renoir Sewjee Software Engineer ISS International (Welkom) Tel: +27 (0)57 912 2702 Fax: +27

[JAVA3D] Custom Behavior class.

2001-08-20 Thread Vijayan Pandalai
Hi All,   I wish to know how i could write a custom behavior class which would invoke MouseClicked, MouseDragged and MouseReleased events.   Thanks in advance Vijayan.    

[JAVA3D] Custom Behavior class.

2001-08-20 Thread Vijayan Pandalai
Hi All,   I wish to know how i could write a custom behavior class which would invoke MouseClicked, MouseDragged and MouseReleased events.   Thanks in advance Vijayan.    

[JAVA3D] Custom Behavior

2001-05-07 Thread Allistair Crossley
Hi, I have extended the PickMouseBehavior to create a custom picking class but now I wish to create a similar custom picking class that requires in addition to the mouse click a key press on the "p" key. Can anyone suggest how I can add this additional criteria to MyClass? MyClass currently ove