i have a little problem:
   when i call the method for paint my virtual world, i want to display a
message "working...", while j3d is rendering all nodes and branches. My
problem is that i reach the next statement but j3d is still working, ie:

     displayMessage("working");
          myArithmeticFunctions();
          myConnectionToDB();
          mypaintMethod();
     displayMessage("done");

then i display "done" but thats not true, mypaint call all j3d methods
(addBranch, compile,etc.) and remains working for a while.

how can ensure consistency on messages display ???

thanx in advance
________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com

===========================================================================
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".

Reply via email to