Searched refs:getClickPoint (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/test/java/awt/Focus/SimpleWindowActivationTest/
H A DSimpleWindowActivationTest.java75 clickOn(getClickPoint(frame));
82 clickOn(getClickPoint(label));
89 clickOn(getClickPoint(fbutton));
102 clickOn(getClickPoint(label));
146 static Point getClickPoint(Component c) { method in class:SimpleWindowActivationTest
152 static Point getClickPoint(Frame frame) { method in class:SimpleWindowActivationTest
/openjdk7/jdk/test/javax/swing/JScrollBar/4708809/
H A Dbug4708809.java68 Point point = getClickPoint(0.5, 0.5);
93 point = getClickPoint(0.5, 0.2);
104 private static Point getClickPoint(final double scaleX, final double scaleY) throws Exception { method in class:bug4708809
/openjdk7/jdk/test/java/awt/List/EmptyListEventTest/
H A DEmptyListEventTest.java59 Point point = getClickPoint();
99 private static Point getClickPoint() throws Exception { method in class:EmptyListEventTest
/openjdk7/jdk/test/javax/swing/JTable/6263446/
H A Dbug6263446.java60 Point point = getClickPoint();
202 private static Point getClickPoint() throws Exception { method in class:bug6263446
/openjdk7/jdk/test/javax/swing/JTree/6263446/
H A Dbug6263446.java61 Point point = getClickPoint();
127 private static Point getClickPoint() throws Exception { method in class:bug6263446

Completed in 42 milliseconds