|
Hi!!
This is possible problem about KeyNavigatorBehavior
Class.
I'm not sure it's been mentioned before.
When I looked the source of KeyNavigatorBehavior Class, I
found it as below
...
public class KeyNavigatorBehavior extends Behavior
{
private WakeupOnAWTEvent w1 = new WakeupOnAWTEvent(KeyEvent.KEY_PRESSED); private WakeupOnAWTEvent w2 = new WakeupOnAWTEvent(KeyEvent.KEY_RELEASED); private WakeupOnElapsedFrames w3 = new WakeupOnElapsedFrames(0); ...
private WakeupOnElapsedFrames w3 = new
WakeupOnElapsedFrames(0);
I think it cause j3d application might hold whole cpu
time.
Isn't problem?
Tell me your opinion & test it!
=======================
Youngseog Lee S/W Engineer Development 3 Team GOMID [EMAIL PROTECTED] ======================= |
- Re: [JAVA3D] com.sun.j3d.utils.behaviors.keyboa... Youngseog Lee
- Re: [JAVA3D] com.sun.j3d.utils.behaviors.k... Andreas Ebbert
