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

/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicInternalFrameUI.java631 Rectangle startingBounds; field in class:BasicInternalFrameUI.BorderListener
688 startingBounds = null;
707 startingBounds = frame.getBounds();
825 if ( startingBounds == null ) {
854 newX = startingBounds.x - deltaX;
855 newY = startingBounds.y - deltaY;
886 if(startingBounds.height + deltaY < min.height)
887 deltaY = -(startingBounds.height - min.height);
888 else if(startingBounds.height + deltaY > max.height)
889 deltaY = max.height - startingBounds
[all...]
H A DBasicDesktopIconUI.java198 Rectangle startingBounds; field in class:BasicDesktopIconUI.MouseInputHandler
205 startingBounds = null;
222 startingBounds = desktopIcon.getBounds();
260 if (startingBounds == null) {
264 newX = startingBounds.x - (_x - p.x);
265 newY = startingBounds.y - (_y - p.y);
/openjdk7/jdk/src/macosx/classes/com/apple/laf/
H A DAquaInternalFrameUI.java370 Rectangle startingBounds; field in class:AquaInternalFrameUI.AquaBorderListener
460 startingBounds = null;
472 startingBounds = frame.getBounds();
534 if (startingBounds == null) {
566 newX = startingBounds.x - deltaX;
567 newY = startingBounds.y - deltaY;

Completed in 719 milliseconds