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

/openjdk7/jdk/test/java/awt/Focus/FocusOwnerFrameOnClick/
H A DFocusOwnerFrameOnClick.java48 Button wButton = new Button("wButton"); field in class:FocusOwnerFrameOnClick
66 window.add(wButton);
77 if (!wButton.hasFocus()) {
78 if (!Util.trackFocusGained(wButton, new Runnable() {
80 Util.clickOnComp(wButton, robot);
84 throw new TestErrorException("wButton didn't gain focus on showing");
/openjdk7/jdk/test/java/awt/Focus/ActualFocusedWindowTest/
H A DActualFocusedWindowBlockingTest.java48 Button wButton = new Button("window button") {public String toString() {return "Window_Button";}}; field in class:ActualFocusedWindowBlockingTest
65 win.add(wButton);
85 clickOnCheckFocus(wButton);
95 clickOnCheckFocus(wButton);
106 clickOnCheckFocus(wButton);

Completed in 30 milliseconds