Is there any class for timers?
Printable View
Is there any class for timers?
Yes, in Java 1.2 there is javax.swing.Timer (oriented towards the Swing GUI)
and in Java 1.3 there is java.util.Time (a more general-purpose timer).
PC2
"Patrik" <patrik_lindholm@telia.com> wrote in message
news:3b1be792$1@news.devx.com...
>
> Is there any class for timers?