> Hi,
>
[quoted text clipped - 11 lines]
>
> Grant
I never used a Timer in my own RB code, but a quick check of the
Language Ref (I've still got 5.5.5) tells me enough about what it is and
does to suggest looking into Java's own Timer. The javax.swing.Timer
probably isn't what you want, but java.util.Timer might well do the
trick. You create a TimerTask to handle the work and set the Timer to
schedule it as needed.
= Steve =

Signature
Steve W. Jackson
Montgomery, Alabama
Roedy Green - 31 Mar 2006 21:15 GMT
On Fri, 31 Mar 2006 14:06:36 -0600, "Steve W. Jackson"
<stevewjackson@charter.net> wrote, quoted or indirectly quoted someone
who said :
> The javax.swing.Timer
>probably isn't what you want, but java.util.Timer might well do the
>trick. You create a TimerTask to handle the work and set the Timer to
>schedule it as needed.
For sample code see http://mindprod.com/jgloss/timer.html

Signature
Canadian Mind Products, Roedy Green.
http://mindprod.com Java custom programming, consulting and coaching.