Searched refs:setBounds (Results 151 - 175 of 244) sorted by relevance

12345678910

/openjdk7/jdk/src/share/classes/javax/swing/
H A DBoxLayout.java446 c.setBounds((int) Math.min((long) in.left + (long) xOffsets[i], Integer.MAX_VALUE),
/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicDesktopIconUI.java290 f.setBounds(newX, newY, newWidth, newHeight);
/openjdk7/jdk/src/share/classes/sun/awt/
H A DEmbeddedFrame.java363 * setLocation() and setBounds() for EmbeddedFrame really don't move it
367 * work just the same way as setLocation() and setBounds() for usual,
371 * Using usual get/setLocation() and get/setBounds() together with new
393 * setLocation() and setBounds() for EmbeddedFrame really don't move it
401 * Using usual get/setLocation() and get/setBounds() together with new
424 * setLocation() and setBounds() for EmbeddedFrame really don't move it
428 * work just the same way as setLocation() and setBounds() for usual,
432 * Using usual get/setLocation() and get/setBounds() together with new
441 * @see java.awt.Component#setBounds
458 * setLocation() and setBounds() fo
[all...]
/openjdk7/jdk/src/share/classes/javax/imageio/
H A DImageReader.java2637 srcRegion.setBounds(0, 0, srcWidth, srcHeight);
2641 destRegion.setBounds(0, 0, srcWidth, srcHeight);
2651 srcRegion.setBounds(srcRegion.intersection(paramSrcRegion));
2690 destRegion.setBounds(destRegion.intersection(destImageRect));
/openjdk7/jdk/src/share/classes/java/awt/
H A DMenuComponent.java857 public void setBounds(Rectangle r) { method in class:MenuComponent.AccessibleAWTMenuComponent
/openjdk7/jdk/src/macosx/classes/com/apple/laf/
H A DAquaInternalFramePaneUI.java135 setBounds((getParent().getWidth() - d.width) / 2, getParent().getHeight() - d.height, d.width, d.height);
H A DAquaPainter.java85 boundsRect.setBounds(x, y, w, h);
/openjdk7/jdk/src/macosx/classes/sun/lwawt/macosx/
H A DCFileDialog.java394 public void setBounds(int x, int y, int width, int height, int op) { method in class:CFileDialog
H A DCPlatformView.java84 public void setBounds(int x, int y, int width, int height) { method in class:CPlatformView
H A DCPlatformWindow.java472 public void setBounds(int x, int y, int w, int h) { method in class:CPlatformWindow
501 setBounds(toBounds.x, toBounds.y, toBounds.width, toBounds.height);
517 setBounds(toBounds.x, toBounds.y, toBounds.width, toBounds.height);
686 setBounds(bounds.x, bounds.y, bounds.width, bounds.height);
/openjdk7/jdk/test/com/sun/awt/Translucency/
H A DWindowOpacity.java137 f.setBounds(100, 100, 300, 200);
/openjdk7/jdk/test/java/awt/List/SetBackgroundTest/
H A DSetBackgroundTest.java96 frame.setBounds(400,400,200,200);
/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());
H A DImageDecoratedDnDNegative.java105 f.setBounds(0, 400, 200, 200);
/openjdk7/jdk/test/java/awt/event/KeyEvent/AcceleratorTest/
H A DAcceleratorTest.java117 jfr.setBounds(650,0,200,200);
/openjdk7/jdk/src/share/demo/jfc/Metalworks/
H A DMetalworksFrame.java92 setBounds(inset, inset, screenSize.width - inset * 2, screenSize.height - inset
/openjdk7/jdk/test/javax/swing/ToolTipManager/7123767/
H A Dbug7123767.java148 setBounds(rect);
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXEmbeddedFramePeer.java206 setBounds(x, y, width, height, SET_BOUNDS | NO_EMBEDDED_CHECK);
H A DXScrollPanePeer.java115 public void setBounds(int x, int y, int w, int h, int op) { method in class:XScrollPanePeer
116 super.setBounds(x, y, w, h, op);
/openjdk7/jdk/src/share/classes/javax/swing/plaf/synth/
H A DSynthToolBarUI.java499 c.setBounds(ltr ? x : x - d.width, y, d.width, h);
544 c.setBounds(x, y, w, d.height);
/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DAsyncBoxView.java1055 lastAlloc.setBounds((Rectangle) a);
1057 lastAlloc.setBounds(a.getBounds());
/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/gtk/
H A DMetacity.java784 menuButton.setBounds(x, y, buttonDim.width, buttonDim.height);
792 closeButton.setBounds(x, y, buttonDim.width, buttonDim.height);
797 maximizeButton.setBounds(x, y, buttonDim.width, buttonDim.height);
802 minimizeButton.setBounds(x, y, buttonDim.width, buttonDim.height);
807 menuButton.setBounds(x, y, buttonDim.width, buttonDim.height);
815 closeButton.setBounds(x, y, buttonDim.width, buttonDim.height);
820 maximizeButton.setBounds(x, y, buttonDim.width, buttonDim.height);
825 minimizeButton.setBounds(x, y, buttonDim.width, buttonDim.height);
/openjdk7/jdk/src/windows/classes/sun/awt/windows/
H A DWWindowPeer.java230 // setLocation() or setBounds() to another one before its peer has been created,
546 // 1. the WWindowPeer.setBounds() method.
556 public void setBounds(int x, int y, int width, int height, int op) { method in class:WWindowPeer
562 super.setBounds(x, y, width, height, op);

Completed in 82 milliseconds

12345678910