You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Alexei Zakharov (JIRA)" <ji...@apache.org> on 2007/03/07 15:08:24 UTC

[jira] Assigned: (HARMONY-3286) [classlib][awt] The method Robot.mouseMove() works incorrectly on windows

     [ https://issues.apache.org/jira/browse/HARMONY-3286?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alexei Zakharov reassigned HARMONY-3286:
----------------------------------------

    Assignee: Alexei Zakharov

> [classlib][awt] The method Robot.mouseMove() works incorrectly on windows
> -------------------------------------------------------------------------
>
>                 Key: HARMONY-3286
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3286
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>            Reporter: Andrey Pavlenko
>         Assigned To: Alexei Zakharov
>         Attachments: HARMONY-3286-WinRobot.patch
>
>
> The following test case reproduces the issue.
>     public void test() throws AWTException {
>         final Robot r = new Robot();
>         r.mouseMove(100, 100);
>         assertEquals(new Point(100, 100), MouseInfo.getPointerInfo()
>                 .getLocation());
>     }

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.