RFR: 8150564: Migrate useful ExtendedRobot methods into awt.Robot [v9]
Sergey Bylokhov
serb at openjdk.org
Wed Oct 29 17:21:40 UTC 2025
On Thu, 23 Oct 2025 22:09:23 GMT, Damon Nguyen <dnguyen at openjdk.org> wrote:
> I looked through what I could find with Jemmy in the sanity testsuite and did not find anything regarding mouse movement. Is there something specific you could point me to look at?
you can start the sanity/client/SwingSet/src/ToolTipDemoTest.java and check how smoothly mouse is moved on the screen.
>By the way, I think it's worth comparing this to some other API, like Jemmy, which is used in the sanity testsuite. It implements a nice mouse movement with acceleration and deceleration to demonstrate the tooltips. Just to think about other ways to implement sliding.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/26969#issuecomment-3462762918
More information about the client-libs-dev
mailing list