Hello, everyone.
First, I'd like to thank everybody who answered my previous question.
You've helped me a lot.
I have one more question.
I need to display a timer on a page, which should run until it gets to
zero, at which point I want to perform certain opearations.
Using NSTimer seems like a reasonable approach. I'm trying to use
NSTimer.scheduledTimerWithTimeInterval to create and register the timer,
but I couldn't find neither its Java prototype, nor any other useful info
about how to use it in Java (I use WebObjects 4 under NT 4 and Java for
coding).
Can anyone help me out here or point into right direction? (going through
WebObjects Info Center produced some useful information, but not much for
Java).
Thanks in advance.
Leon