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

/openjdk7/jdk/test/java/awt/FullScreen/MultimonFullscreenTest/
H A DMultimonFullscreenTest.java204 public void renderDimensions(Graphics g, Rectangle rectWndBounds, argument
207 g.fillRect(0, 0, rectWndBounds.width, rectWndBounds.height);
215 getStringBounds(rectWndBounds.toString(), g).getBounds();
217 g.drawString(rectWndBounds.toString(), 50, rectStrBounds.height);
245 (rectWndBounds.width - rectStrBounds.width) / 2,
246 (rectWndBounds.height - rectStrBounds.height) / 2);

Completed in 27 milliseconds