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

/openjdk7/jdk/src/macosx/classes/sun/lwawt/macosx/
H A DCPlatformWindow.java211 private Rectangle normalBounds = null; // not-null only for undecorated maximized windows field in class:CPlatformWindow
482 return undecorated ? this.normalBounds != null : zoomed;
495 this.normalBounds = peer.getBounds();
515 Rectangle toBounds = this.normalBounds;
516 this.normalBounds = null;
/openjdk7/jdk/src/share/classes/javax/swing/
H A DJInternalFrame.java186 private Rectangle normalBounds = null; field in class:JInternalFrame
1365 answer... Since normalBounds get set to null when the
1368 if (normalBounds != null) {
1369 return normalBounds;
1384 normalBounds = r;

Completed in 39 milliseconds