Searched refs:getBounds (Results 176 - 200 of 309) sorted by relevance

1234567891011>>

/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXTrayIconPeer.java325 Rectangle screen = eframe.getGraphicsConfiguration().getBounds();
394 public Rectangle getBounds() { method in class:XTrayIconPeer
/openjdk7/jdk/src/share/classes/javax/swing/
H A DJTabbedPane.java2250 Rectangle r = getBounds();
2262 Rectangle r = getBounds();
2270 public Rectangle getBounds() { method in class:JTabbedPane.Page
2280 Rectangle r = getBounds();
H A DJViewport.java740 Rectangle viewBounds = getView().getBounds();
1074 Rectangle r = view.getBounds();
1555 Rectangle r = view.getBounds().intersection(blitPaint);
1702 tmp2 = comps[index].getBounds(tmp2);
/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicTextFieldUI.java210 Rectangle bounds = a.getBounds();
/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DBoxView.java414 (Rectangle)allocation : allocation.getBounds();
457 (Rectangle) ca : ca.getBounds();
481 Rectangle alloc = a.getBounds();
500 Rectangle alloc = a.getBounds();
H A DFieldView.java81 Rectangle bounds = a.getBounds();
/openjdk7/jdk/src/share/classes/javax/swing/tree/
H A DFixedHeightLayoutCache.java179 public Rectangle getBounds(TreePath path, Rectangle placeIn) { method in class:FixedHeightLayoutCache
186 return getBounds(node, -1, placeIn);
198 return getBounds(node, childIndex, placeIn);
531 private Rectangle getBounds(FHTreeStateNode parent, int childIndex, method in class:FixedHeightLayoutCache
/openjdk7/jdk/src/share/classes/java/awt/
H A DMenuComponent.java845 public Rectangle getBounds() { method in class:MenuComponent.AccessibleAWTMenuComponent
H A DRobot.java135 gdLoc = screen.getDefaultConfiguration().getBounds().getLocation();
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/Util/src/com/sun/hotspot/igv/util/
H A DBoundedZoomAction.java97 Rectangle bounds = new Rectangle(scene.getBounds());
/openjdk7/jdk/src/macosx/classes/com/apple/laf/
H A DAquaInternalFrameUI.java472 startingBounds = frame.getBounds();
629 final Rectangle bounds = f.getBounds();
637 final Rectangle bounds = frame.getBounds();
844 final Rectangle parentBounds = parent.getBounds();
/openjdk7/jdk/src/share/classes/com/sun/beans/
H A DTypeResolver.java242 Type[] bounds = tv.getBounds();
/openjdk7/jdk/test/java/awt/Frame/DynamicLayout/
H A DDynamicLayout.java109 Rectangle bounds = frame.getBounds();
/openjdk7/jdk/test/java/awt/Mouse/EnterExitEvents/
H A DDragWindowOutOfFrameTest.java141 Rectangle rect = comp.getBounds();
/openjdk7/jdk/test/java/awt/PrintJob/ConstrainedPrintingTest/
H A DConstrainedPrintingTest.java95 Rectangle b = getBounds();
/openjdk7/jdk/test/java/awt/dnd/ImageDecoratedDnD/
H A DDnDSource.java220 label.setBounds(this.getBounds());
/openjdk7/jdk/test/java/awt/dnd/ImageDecoratedDnDInOut/
H A DDnDSource.java220 label.setBounds(this.getBounds());
/openjdk7/jdk/test/java/awt/dnd/ImageDecoratedDnDNegative/
H A DDnDSource.java258 label.setBounds(this.getBounds());
/openjdk7/jdk/test/java/awt/event/HierarchyEvent/AncestorResized/
H A DAncestorResized.java109 Rectangle bounds = frame.getBounds();
/openjdk7/jdk/test/java/lang/reflect/Generics/
H A DTestPlainArrayNotGeneric.java125 check(tv.getBounds(), "bound", what);
/openjdk7/jdk/src/share/demo/applets/ArcTest/
H A DArcTest.java121 Rectangle r = getBounds();
/openjdk7/jdk/src/share/demo/jfc/TableExample/
H A DTableExample.java283 Rectangle b = c.getBounds();
/openjdk7/jdk/src/share/classes/sun/java2d/
H A DSunGraphicsEnvironment.java257 Rectangle usableBounds = gc.getBounds();
H A DSurfaceDataProxy.java436 Rectangle r = srcData.getBounds();
H A DSunGraphics2D.java268 setDevClip(sd.getBounds());
510 return a1.getBounds();
1780 r = usrClip.getBounds();
1784 r = getClip().getBounds();
1795 r.setBounds(usrClip.getBounds());
1799 r.setBounds(getClip().getBounds());
1876 clipRegion = devClip.getIntersection(usrClip.getBounds());
1939 Rectangle r = s.getBounds();
2119 Rectangle r = getCompBounds().intersection(rect.getBounds());
2133 clipRegion.getBounds(bo
[all...]

Completed in 100 milliseconds

1234567891011>>