Searched defs:NoEventsTest (Results 1 - 1 of 1) sorted by relevance
/openjdk7/jdk/test/java/awt/Focus/NonFocusableWindowTest/ |
H A D | NoEventsTest.java | 29 @run main NoEventsTest 36 public class NoEventsTest extends Frame { class in inherits:Frame 84 windows[2] = new NoEventsTest(1, 0, false, true); 85 windows[3] = new NoEventsTest(2, 0, false, false); 178 public NoEventsTest(int row, int col, boolean focusable, boolean resizable) { method in class:NoEventsTest 181 if (NoEventsTest.automatic) { 182 row = NoEventsTest.DEF_ROW; 183 col = NoEventsTest.DEF_COL; 191 setBounds(NoEventsTest.DEF_LEFT + DEF_WIDTH*col, DEF_TOP + DEF_HEIGHT*row, DEF_WIDTH, DEF_HEIGHT); 206 if (NoEventsTest [all...] |
Completed in 30 milliseconds