Class SplashTimer

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, RootPaneContainer

public final class SplashTimer extends Splash
Author:
poncet
See Also:
  • Constructor Details

    • SplashTimer

      public SplashTimer(long duration, long step)
      Creates and displays an ATK splash panel which will progress during a certain duration
      Parameters:
      duration - in milliseconds
      step - in milliseconds the time step where the splash progress is updated
  • Method Details