Lines Matching refs:window
41 private Frame window;
85 window = new TestFrame();
86 window.setUndecorated(true);
87 window.setSize(200, 200);
88 window.setLocation(70, 450);
89 window.setShape(shape);
90 window.setVisible(true);
92 System.out.println("Checking " + window.getClass().getSuperclass().getName() + " with " + shape_name + " shape (" + window.getShape() + ")...");
139 window.requestFocus();
158 Color c = robot.getPixelColor(window.getX() + x, window.getY() + y);
161 System.out.println("window.getX() = " + window.getX() + ", window.getY() = " + window.getY());
163 (window.getX() + x) + ", " + (window.getY() + y) +
173 window.dispose();