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

/openjdk7/jdk/test/java/awt/Mouse/TitleBarDoubleClick/
H A DTitleBarDoubleClick.java40 private final static Rectangle BOUNDS = new Rectangle(300, 300, 300, 300); field in class:TitleBarDoubleClick
66 robot.mouseMove(BOUNDS.x + (BOUNDS.width / 2),
67 BOUNDS.y + (BOUNDS.height/ 2));
70 frame.setBounds(BOUNDS);
86 robot.mouseMove(BOUNDS.x + (BOUNDS.width / 2),
87 BOUNDS.y + TITLE_BAR_OFFSET);
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXBaseWindow.java42 BOUNDS = "bounds", // bounds of the window, Rectangle field in class:XBaseWindow
247 BOUNDS, bounds,
256 BOUNDS, bounds
283 params.putIfNull(BOUNDS, new Rectangle(DEF_LOCATION, DEF_LOCATION, MIN_SIZE, MIN_SIZE));
288 Rectangle bounds = (Rectangle)params.get(BOUNDS);
335 Rectangle bounds = (Rectangle)params.get(BOUNDS);

Completed in 138 milliseconds