R
rickbear
Hi!
I made an applet in one class.
Now I would like to call two of the methods in a certain timeinterval.
Something like javascript's setInterval("method()", milliseconds);
The one method has to run every minute and the other on every fifth
minute.
Is that possible without making more classes? and how?
- rick -
I made an applet in one class.
Now I would like to call two of the methods in a certain timeinterval.
Something like javascript's setInterval("method()", milliseconds);
The one method has to run every minute and the other on every fifth
minute.
Is that possible without making more classes? and how?
- rick -