Re: Java Timer



I want to try something like this,
for (int i=0;i<10000;i++) {
not sure what to do while its looping????
}
Then do whatever.

any help on what should go inside the for loop and if this will
actually loop for 10secs or not. thanks to all who reply.

.