Class Waiting

    • Constructor Detail

      • Waiting

        public Waiting​(Frame owner,
                       String text,
                       boolean canNotWait,
                       int timer)
        Constructor - non nodal as otherwise process is blocked
        Parameters:
        owner -
        text - Message to be displayed
        canNotWait - user can continue with other work
        timer - timer ticks (seconds) - if 0 then 10
      • Waiting

        public Waiting​(Dialog owner,
                       String text,
                       boolean canNotWait,
                       int timer)
        Constructor - non modal as otherwise process is blocked
        Parameters:
        owner -
        text - Message to be displayed
        canNotWait - user can continue with other work
        timer - timer ticks (seconds) - if 0 then 10