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

/openjdk7/jdk/test/java/awt/Focus/ActualFocusedWindowTest/
H A DActualFocusedWindowRetaining.java49 public static Window window1 = new TestWindow(owner, otherButton2, testButton2, 800, 200);
50 public static Window window2 = new TestWindow(owner, otherButton3, testButton3, 800, 300);
66 if (cls == TestWindow.class) {
200 class TestWindow extends Window { class in inherits:Window
201 TestWindow(Frame owner, Button otherButton, Button testButton, int x, int y) { method in class:TestWindow
/openjdk7/jdk/test/java/awt/Focus/NonFocusableWindowTest/
H A DNoEventsTest.java82 windows[0] = new TestWindow(0, 0, false, main_frame);
83 //windows[1] = new TestWindow(2, 1, true, main_frame);
201 class TestWindow extends Window { class in inherits:Window
202 public TestWindow(int row, int col, boolean focusable, Frame owner) { method in class:TestWindow

Completed in 48 milliseconds