Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8307934

JRobot.moveMouseTo must access component on EDT

XMLWordPrintable

      The implementation of JRobot.moveMouseTo(Component c) calls getLocationOnScreen() and getSize() on the thread that called the method which may be not EDT. Therefore the method should be updated to access the component's location on EDT.

      Other methods which access components should do the same.

            rkannathpari Renjith Kannath Pariyangad
            aivanov Alexey Ivanov
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: