Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8210231 Robot.delay() catches InterruptedException and prints stacktrace to stderr
  3. JDK-8236543

Release Note: java.awt.Robot.delay() Method Completes With Interrupt Status Set When Interrupted

XMLWordPrintable

    • generic
    • generic
    • Verified

      When it is interrupted, the implementation of the `java.awt.Robot.delay()` method has been changed to complete with the interrupt status set.

      If a thread is interrupted while waiting in the `java.awt.Robot.delay()` method, then this method returns immediately with the interrupt status set. If the interrupted status is already set, this method returns immediately with the interrupt status set.

            serb Sergey Bylokhov
            serb Sergey Bylokhov
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: