Searched defs:frame3 (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/test/java/awt/Focus/AutoRequestFocusTest/
H A DAutoRequestFocusToFrontTest.java49 static Frame frame3; field in class:AutoRequestFocusToFrontTest
92 frame3.dispose();
108 frame3 = new Frame("Test Frame 3");
122 modalDialog = new Dialog(frame3, "Test Modal Dialog");
133 frame3.setBounds(120, 120, 260, 260);
134 frame3.add(frameButton3);
219 Test.setWindows(modalDialog, modalDialog, new Window[] {modalDialog, frame3});
232 Test.setWindows(frame3, modalDialog, new Window[] {modalDialog, frame3});

Completed in 23 milliseconds