Lines Matching defs:NoEventsTest
29 @run main NoEventsTest
36 public class NoEventsTest extends 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) {
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.automatic) {
207 row = NoEventsTest.DEF_ROW;
208 col = NoEventsTest.DEF_COL;
217 setBounds(NoEventsTest.DEF_LEFT + NoEventsTest.DEF_WIDTH*col, NoEventsTest.DEF_TOP + NoEventsTest.DEF_HEIGHT*row, NoEventsTest.DEF_WIDTH, NoEventsTest.DEF_HEIGHT);
229 if (NoEventsTest.automatic) {
230 row = NoEventsTest.DEF_ROW;
231 col = NoEventsTest.DEF_COL;
240 setBounds(NoEventsTest.DEF_LEFT + NoEventsTest.DEF_WIDTH*col, NoEventsTest.DEF_TOP + NoEventsTest.DEF_HEIGHT*row, NoEventsTest.DEF_WIDTH, NoEventsTest.DEF_HEIGHT);