Class JSmoothDelayDialog

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

public class JSmoothDelayDialog extends JDialog
See Also:
  • Constructor Details

    • JSmoothDelayDialog

      public JSmoothDelayDialog(JDialog owner, String title)
      Construct a JSmoothDelayDialog
      Parameters:
      owner - Dialog owner
      title - Dialog title
    • JSmoothDelayDialog

      public JSmoothDelayDialog(JDialog owner, String title, int d)
      Construct a JSmoothDelayDialog
      Parameters:
      owner - Dialog owner
      title - Dialog title
      d - Delay in millisec
    • JSmoothDelayDialog

      public JSmoothDelayDialog(Frame owner, String title, int d)
      Construct a JSmoothDelayDialog
      Parameters:
      owner - Frame owner
      title - Dialog title
      d - Delay in millisec
  • Method Details

    • getDelay

      public int getDelay()
    • setDelay

      public void setDelay(int d)
    • start

      public void start()
    • main

      public static void main(String[] args)