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

/openjdk7/jdk/test/java/awt/Focus/AutoRequestFocusTest/
H A DAutoRequestFocusToFrontTest.java250 static Window testWindow; // a window to move to front with autoRequestFocus set field in class:AutoRequestFocusToFrontTest.Test
252 static Window[] showWindows; // windows to show, or null if only testWindow should be shown
257 testWindow = _testWindow;
273 showWindows(testWindow, showWindows, true);
284 testWindow.setAutoRequestFocus(false);
286 setVisible(testWindow, true);
288 toFront(testWindow);
332 showWindows(testWindow, showWindows, false);
341 if (!testWindow.isFocusableWindow()) {
345 showWindows(testWindow, showWindow
[all...]
H A DAutoRequestFocusSetVisibleTest.java356 Window testWindow = (ownedWindow == null ? showWindow : ownedWindow);
400 if (!testWindow.isFocused()) {
414 if (!(testWindow instanceof Frame) ||
415 ((Frame)testWindow).getExtendedState() != Frame.ICONIFIED)

Completed in 2439 milliseconds