Hi, Can I obtain real-time information from a Java3D rountine. I have an object moving around in the canvas and I try to obtain its current coordinates and display them in a set of JTextField, but unfortunately, the program only update the position of the object without updating the JTextField after each frame. Is there a quick fix to this, or I have to separate these two processes into two independent threads. I have tried to use the JTextField.update() but without any sucess. Thanks, Sunny Leung =========================================================================== 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".
