Searched refs:otherButton (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/test/java/awt/Focus/IconifiedFrameFocusChangeTest/
H A DIconifiedFrameFocusChangeTest.java43 Button otherButton = new Button("other button"); field in class:IconifiedFrameFocusChangeTest
57 otherFrame.add(otherButton);
92 if (!Util.trackFocusGained(otherButton, action, 2000, true)) {
106 if (!Util.trackActionPerformed(otherButton, action, 2000, true)) {
/openjdk7/jdk/test/java/awt/Focus/ActualFocusedWindowTest/
H A DActualFocusedWindowRetaining.java201 TestWindow(Frame owner, Button otherButton, Button testButton, int x, int y) { argument
207 add(otherButton);

Completed in 3301 milliseconds