The PTimer is used to schedule timer events to an an application or applet.
Compatibility
The PTimer class is available on PersonalJava implementations, but is not
available on J2SE platforms. It is optional on Personal Profile implementations,
but has been deprecated. The java.util.timer
class should be used
instead, except in cases where PersonalJava compatibility is necessary.
@since JDK1.1