Class JTimerLabel

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, SwingConstants
Direct Known Subclasses:
DateTimeLabel, JChronometerLabel

public abstract class JTimerLabel extends JDropDownLabel
Author:
Taha BEN SALAH (taha.bensalah@gmail.com) %creationtime 13 juil. 2006 22:14:21
See Also:
  • Constructor Details

    • JTimerLabel

      public JTimerLabel()
  • Method Details

    • setPeriod

      public void setPeriod(int period)
    • getPeriod

      public int getPeriod()
    • start

      public JTimerLabel start()
    • stop

      public JTimerLabel stop()
    • tic

      protected abstract void tic()
    • finalize

      protected void finalize() throws Throwable
      Overrides:
      finalize in class Object
      Throws:
      Throwable