Searched refs:mouseMove (Results 26 - 50 of 110) sorted by relevance

12345

/openjdk7/jdk/test/javax/swing/JSpinner/5012888/
H A Dbug5012888.java50 robot.mouseMove(p.x+rect.width-5, p.y+5);
/openjdk7/jdk/test/javax/swing/JTableHeader/6889007/
H A Dbug6889007.java68 robot.mouseMove(x++, y);
/openjdk7/jdk/test/javax/swing/PopupFactory/6276087/
H A DNonOpaquePopupMenuTest.java71 robot.mouseMove(p.x, p.y);
/openjdk7/jdk/test/java/awt/MouseAdapter/MouseAdapterUnitTest/
H A DMouseAdapterUnitTest.java113 robot.mouseMove(pt.x + b.getWidth()/2, pt.y + b.getHeight()/2);
127 robot.mouseMove(pt.x + b.getWidth()/2, pt.y + b.getHeight()/2);
136 robot.mouseMove(pt.x + b.getWidth()/2, pt.y + b.getHeight()/2);
172 robot.mouseMove(curX, curY);
176 robot.mouseMove(curX, curY);
/openjdk7/jdk/test/java/awt/Focus/NonFocusableResizableTooSmall/
H A DNonFocusableResizableTooSmall.java86 robot.mouseMove(bounds1.x + bounds1.width - 1, bounds1.y + bounds1.height - 1);
95 robot.mouseMove(bounds1.x + insets.left + insets.right - 5, bounds1.y + bounds1.height - 1);
/openjdk7/jdk/test/java/awt/Frame/UnfocusableMaximizedFrameResizablity/
H A DUnfocusableMaximizedFrameResizablity.java87 robot.mouseMove(bounds.x + bounds.width - 2, bounds.y + bounds.height - 2);
92 robot.mouseMove(bounds.x + bounds.width + 20, bounds.y + bounds.height + 15);
/openjdk7/jdk/test/java/awt/Mixing/
H A DLWComboBox.java98 robot.mouseMove(lLoc.x + 5, lLoc.y + 5);
109 robot.mouseMove(bLoc.x + 10, bLoc.y + 10);
/openjdk7/jdk/test/java/awt/event/MouseEvent/SpuriousExitEnter/
H A DSpuriousExitEnter_3.java130 Util.mouseMove(r, first, second);
132 Util.mouseMove(r, second, first);
/openjdk7/jdk/test/javax/swing/AbstractButton/6711682/
H A Dbug6711682.java60 robot.mouseMove(l.x + 5, l.y + 5 + i * h);
79 robot.mouseMove(l.x + 5, l.y + 5 + i * h);
/openjdk7/jdk/test/javax/swing/JMenuItem/6209975/
H A Dbug6209975.java64 robot.mouseMove(clickPoint.x, clickPoint.y);
70 robot.mouseMove(clickPoint.x, clickPoint.y);
/openjdk7/jdk/test/javax/swing/JTable/7055065/
H A Dbug7055065.java95 robot.mouseMove(point.x, point.y);
114 robot.mouseMove(point.x, point.y);
/openjdk7/jdk/src/macosx/classes/sun/lwawt/macosx/
H A DCRobot.java64 public void mouseMove(int x, int y) { method in class:CRobot
/openjdk7/jdk/test/java/awt/Component/F10TopToplevel/
H A DF10TopToplevel.java97 robot.mouseMove(dialog.getLocationOnScreen().x + dialog.getWidth()/2,
/openjdk7/jdk/test/java/awt/Focus/ChoiceFocus/
H A DChoiceFocus.java108 robot.mouseMove(pt.x + c2.getWidth()/2, pt.y + c2.getHeight()/2);
/openjdk7/jdk/test/java/awt/Focus/FocusOwnerFrameOnClick/
H A DFocusOwnerFrameOnClick.java93 robot.mouseMove(loc.x, loc.y + dim.height + 20);
/openjdk7/jdk/test/java/awt/Frame/InvisibleOwner/
H A DInvisibleOwner.java103 robot.mouseMove(F_X + F_W / 2, F_Y + F_H / 2);
/openjdk7/jdk/test/java/awt/Frame/WindowDragTest/
H A DWindowDragTest.java76 robot.mouseMove(p.x + (int)(d.getWidth() / 2), p.y + (int)frame2.getInsets().top / 2);
/openjdk7/jdk/test/java/awt/Robot/RobotExtraButton/
H A DRobotExtraButton.java41 robot.mouseMove(frame.getLocationOnScreen().x + frame.getWidth()/2, frame.getLocationOnScreen().y + frame.getHeight()/2);
/openjdk7/jdk/test/java/awt/event/MouseEvent/FrameMouseEventAbsoluteCoordsTest/
H A DFrameMouseEventAbsoluteCoordsTest.java73 robot.mouseMove(mousePositionAbsolute.x,
/openjdk7/jdk/test/javax/swing/JComboBox/4743225/
H A Dbug4743225.java94 robot.mouseMove(point.x + 10, point.y + 10);
/openjdk7/jdk/test/javax/swing/JList/6462008/
H A Dbug6462008.java212 robot.mouseMove(p.x, p.y);
226 robot.mouseMove(p.x, p.y);
240 robot.mouseMove(p.x, p.y);
256 robot.mouseMove(p.x, p.y);
/openjdk7/jdk/test/javax/swing/JScrollBar/6542335/
H A Dbug6542335.java83 robot.mouseMove(l.x + (int) (0.75 * sb.getWidth()), l.y + sb.getHeight() / 2);
/openjdk7/jdk/test/javax/swing/JScrollBar/7163696/
H A DTest7163696.java68 robot.mouseMove(point.x, point.y);
/openjdk7/jdk/test/javax/swing/JToolBar/4247996/
H A Dbug4247996.java57 robot.mouseMove(point.x, point.y);
/openjdk7/jdk/test/javax/swing/plaf/synth/7158712/
H A Dbug7158712.java94 robot.mouseMove(comboBoxLocation.x, comboBoxLocation.y);

Completed in 76 milliseconds

12345