218219220221222223224225226227228
} } }; window.addMouseListener(ma); Robot robot = new Robot(); robot.click(window, x, y, mask); robot.waitForIdle(); window.toFront(); // Bogus acceleration may mean the event goes entirely // elsewhere if (!gotBug1Event) {
241242243244245246247248249250251
} } }; window.addMouseListener(ma); Robot robot = new Robot(); robot.click(window, x, y, mask); robot.waitForIdle(); window.removeMouseListener(ma); } } return (String[])bugList.toArray(new String[bugList.size()]);