You need to sign in or sign up before continuing.
提交 30cd9aa6 编写于 作者: R rupashka

7016693: javax/swing/JScrollBar/6542335/bug6542335.java failed on Ubuntu

Reviewed-by: alexp
上级 8d5d2c35
......@@ -69,8 +69,6 @@ public class bug6542335 {
frame.setSize(200, 100);
frame.setVisible(true);
thumbBounds[0] = new Rectangle(ui.getThumbBounds());
}
});
......@@ -78,6 +76,8 @@ public class bug6542335 {
SwingUtilities.invokeAndWait(new Runnable() {
public void run() {
thumbBounds[0] = new Rectangle(ui.getThumbBounds());
Point l = sb.getLocationOnScreen();
robot.mouseMove(l.x + (int) (0.75 * sb.getWidth()), l.y + sb.getHeight() / 2);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册