Re: [JAVA3D] extending WakeupOnAWTEvent class

2002-03-11 Thread Daniel Selman
Please see the chapter on keyboard behaviors in my book. If you don't want to buy the book you can download the source code and work from there (KeyNavigateTest example).   Sincerely,   Daniel Selman Author - "Java 3D Programming"http://www.manning.com/selman -Original Message-F

[JAVA3D] extending WakeupOnAWTEvent class

2002-03-11 Thread 안병호
hi. all   I make a small java3d program to use behavior class.   This program interact with key event,   for example press 'A' key and left object rotation, press 'B' key and right object translation   I used WakeupOnAWTEvent class to interact key event, but WakeupOnAWTEven