We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd032b7 commit 51a865dCopy full SHA for 51a865d
test/jdk/javax/swing/text/Caret/TestCaretPositionJTextPane.java
@@ -98,7 +98,7 @@ public static void main(String args[]) throws Exception {
98
99
robot.waitForIdle();
100
Point p = textPane.getLocationOnScreen();
101
- robot.mouseMove(p.x+ 480, p.y+6);
+ robot.mouseMove(p.x+ 380, p.y+6);
102
103
robot.mousePress(InputEvent.BUTTON1_DOWN_MASK);
104
0 commit comments