Searched refs:F_H (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/test/java/awt/Frame/InvisibleOwner/
H A DInvisibleOwner.java43 private static final int F_X = 40, F_Y = 40, F_W = 200, F_H = 200; field in class:InvisibleOwner
49 helperFrame.setBounds(F_X - 10, F_Y - 10, F_W + 20, F_H + 20);
62 frame.setSize(F_W, F_H);
90 Color c = robot.getPixelColor(F_X + F_W / 2, F_Y + F_H / 2);
103 robot.mouseMove(F_X + F_W / 2, F_Y + F_H / 2);

Completed in 29 milliseconds