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

/openjdk7/jdk/src/share/classes/java/awt/
H A DGraphicsDevice.java87 private Rectangle windowedModeBounds; field in class:GraphicsDevice
300 if (fullScreenWindow != null && windowedModeBounds != null) {
303 if (windowedModeBounds.width == 0) windowedModeBounds.width = 1;
304 if (windowedModeBounds.height == 0) windowedModeBounds.height = 1;
305 fullScreenWindow.setBounds(windowedModeBounds);
318 windowedModeBounds = fullScreenWindow.getBounds();

Completed in 52 milliseconds