Hi,
This isn't really Java3D specific but I'm hoping someone can help. I have some Java 3D code that makes use of the time a mouse event occurred (using the getWhen() method of MouseEvent) and compares it to the approximate time a behavior was triggered (using System.currentTimeMillis()). I change the display based on whether the mouse event occurs before or after the behavior is triggered.
On a PC running windows 2000, this works. When I run the same code on a Mac running OS 10.3.4, I find that all the mouse click times returned by getWhen() occur at various times in 1970! Any suggestions? Thanks.
Omolola
=========================================================================== 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".