Searched refs:setBounds (Results 201 - 225 of 244) sorted by relevance

12345678910

/openjdk7/jdk/src/share/classes/sun/applet/
H A DAppletPanel.java923 public void setBounds(int x, int y, int width, int height) { method in class:AppletPanel
924 super.setBounds(x, y, width, height);
/openjdk7/jdk/src/macosx/classes/com/apple/laf/
H A DAquaTabbedPaneCopyFromBasicUI.java2329 child.setBounds(tabContainerX, tabContainerY, tabContainerWidth, tabContainerHeight);
2331 child.setBounds(cx, cy, cw, ch);
2376 c.setBounds(x + getTabLabelShiftX(tabPlacement, i, isSeleceted), y + getTabLabelShiftY(tabPlacement, i, isSeleceted), preferredSize.width, preferredSize.height);
2880 child.setBounds(tx, ty, vw, vh);
2915 child.setBounds(bx, by, bw, bh);
2920 child.setBounds(cx, cy, cw, ch);
3276 child.setBounds(0, 0, getWidth(), getHeight());
3645 setBounds(tabRect);
H A DAquaMenuPainter.java336 r.setBounds(textRect);
/openjdk7/jdk/src/windows/classes/sun/awt/windows/
H A DWComponentPeer.java147 public void setBounds(int x, int y, int width, int height, int op) { method in class:WComponentPeer
159 // Only recreate surfaceData if this setBounds is called
803 setBounds(r.x, r.y, r.width, r.height, SET_BOUNDS);
/openjdk7/jdk/src/share/classes/sun/tools/jconsole/
H A DJConsole.java413 vmIF.setBounds(x, y, w, h);
798 jConsole.setBounds(scrBounds.x + (scrBounds.width - w) / 2,
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXChoicePeer.java166 // 6399679. check if super.setBounds() actually changes the size of the
169 public void setBounds(int x, int y, int width, int height, int op) { method in class:XChoicePeer
174 super.setBounds(x, y, width, height, op);
H A DXFramePeer.java638 setBounds(x, y, width, height, SET_BOUNDS);
H A DXComponentPeer.java456 public void setBounds(int x, int y, int width, int height, int op) { method in class:XComponentPeer
467 setBounds(x, y, width, height, SET_BOUNDS);
H A DXWindowPeer.java479 //Since events are not posted from Component.setBounds we need to send them here.
482 public void setBounds(int x, int y, int width, int height, int op) { method in class:XWindowPeer
487 super.setBounds(x, y, width, height, op);
1063 // Ergo, no reshape and bugs like 5085647 in case setBounds was
/openjdk7/jdk/test/java/awt/Graphics2D/RenderClipTest/
H A DRenderClipTest.java1271 rm.rect.setBounds(coords[0], coords[1],
1279 rect.setBounds(randIntCoord(), randIntCoord(),
1526 parent.getComponent(i).setBounds(x, y, widths[c], heights[r]);
/openjdk7/jdk/src/share/classes/javax/swing/
H A DSpringLayout.java1230 c.setBounds(insets.left + x, insets.top + y, width, height);
H A DGroupLayout.java928 info.setBounds(insets, width, ltr);
3656 public void setBounds(Insets insets, int parentWidth, boolean ltr) { method in class:GroupLayout.ComponentInfo
3665 component.setBounds(x + insets.left, y + insets.top, w, h);
H A DJTree.java5198 public void setBounds(Rectangle r) { method in class:JTree.AccessibleJTree.AccessibleJTreeNode
5201 ((AccessibleComponent) ac).setBounds(r);
5205 c.setBounds(r);
H A DJList.java3628 public void setBounds(Rectangle r) { method in class:JList.AccessibleJList.AccessibleJListChild
3631 ((AccessibleComponent) ac).setBounds(r);
H A DJSpinner.java846 getComponent(0).setBounds(insets.left, insets.top, w, h);
H A DJTabbedPane.java2275 public void setBounds(Rectangle r) { method in class:JTabbedPane.Page
/openjdk7/jdk/src/share/classes/javax/swing/plaf/synth/
H A DSynthInternalFrameTitlePane.java437 c.setBounds(x, insets.top +
/openjdk7/jdk/src/share/classes/javax/swing/text/html/
H A DImageView.java353 fBounds.setBounds(rect);
H A DTableView.java140 allocation.setBounds(alloc);
146 alloc.setBounds(allocation);
/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/windows/
H A DWindowsInternalFrameTitlePane.java401 button.setBounds(x, y, w, h);
/openjdk7/jdk/src/share/classes/java/awt/
H A DList.java1853 public void setBounds(Rectangle r) { method in class:List.AccessibleAWTList.AccessibleAWTListChild
H A DGridBagLayout.java2215 comp.setBounds(0, 0, 0, 0);
2220 comp.setBounds(r.x, r.y, r.width, r.height);
/openjdk7/jdk/src/macosx/classes/sun/java2d/
H A DOSXOffScreenSurfaceData.java459 setBounds(0, 0, bufImg.getWidth(), bufImg.getHeight());
/openjdk7/jdk/src/share/classes/sun/java2d/pipe/
H A DBufferedRenderPipe.java282 setBounds(clip.getLoX(), clip.getLoY(),
/openjdk7/jdk/src/share/classes/sun/java2d/
H A DSunGraphics2D.java1793 r.setBounds((Rectangle) usrClip);
1795 r.setBounds(usrClip.getBounds());
1799 r.setBounds(getClip().getBounds());

Completed in 136 milliseconds

12345678910