On Wed, 29 Apr 2026 05:46:22 GMT, Sarvesh Kumar Jain <[email protected]> wrote:
> This is test enhancement of > 'java/awt/Robot/HiDPIMouseClick/HiDPIRobotMouseClick.java'. > > Modified it to test on multiple uiScale modes. > > Tested on windows(Passed) > > > --------- > - [x] I confirm that I make this contribution in accordance with the [OpenJDK > Interim AI Policy](https://openjdk.org/legal/ai). Please attach mach5 test results as a confidential comment in the bug. test/jdk/java/awt/Robot/HiDPIMouseClick/HiDPIRobotMouseClick.java line 57: > 55: try { > 56: UIManager.setLookAndFeel( > 57: "com.sun.java.swing.plaf.windows.WindowsLookAndFeel"); What's the change here? test/jdk/java/awt/Robot/HiDPIMouseClick/HiDPIRobotMouseClick.java line 93: > 91: if (x != mouseX || y != mouseY) { > 92: throw new RuntimeException( > 93: "Wrong mouse click point at scale " + scale + + '+' can be aligned ------------- PR Comment: https://git.openjdk.org/jdk/pull/30981#issuecomment-4341235024 PR Review Comment: https://git.openjdk.org/jdk/pull/30981#discussion_r3158896350 PR Review Comment: https://git.openjdk.org/jdk/pull/30981#discussion_r3158899967
