Posted: Fri Jan 16, 2004 3:19 pm Post subject: (No subject)
hehe, well one thing is for sure every time u run that code it will have a different delay.
my suggestion use the languages builtin delay mechanism
all u need to do is call the method public static void Thread.sleep(long milliseconds), passing it a long value as the number of milliseconds u want the "main thread" of ur program to stop execution. It effectively is the same as turing's delay, but a little bit different in concept.