Searched refs:setBounds (Results 176 - 200 of 244) sorted by relevance

12345678910

/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/motif/
H A DMotifComboBoxUI.java277 motifGetEditor().setBounds(cvb);
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/HierarchicalLayout/src/com/sun/hotspot/igv/hierarchicallayout/
H A DHierarchicalClusterLayoutManager.java213 c.setBounds(new Rectangle(n.getPosition(), n.getSize()));
/openjdk7/jdk/src/macosx/classes/com/apple/laf/
H A DAquaTabbedPaneUI.java418 textRect.setBounds(tabRect);
419 fContentRect.setBounds(tabRect);
801 sWorkingRect.setBounds(rects[selectedIndex]);
1230 c.setBounds(rect);
H A DAquaProgressBarUI.java392 fUpdateArea.setBounds(x, y, width, height);
/openjdk7/jdk/src/macosx/classes/sun/lwawt/macosx/
H A DCWarningWindow.java119 setBounds((int)point.getX(), (int)point.getY(), getWidth(), getHeight());
/openjdk7/jdk/src/windows/classes/sun/awt/
H A DWin32GraphicsDevice.java426 w.setBounds(screenBounds.x, screenBounds.y,
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXTextAreaPeer.java117 setBounds(x, y, width, height, SET_BOUNDS);
317 public void setBounds(int x, int y, int width, int height, int op) { method in class:XTextAreaPeer
318 super.setBounds(x, y, width, height, op);
338 textPane.setBounds(childX,childY,width,height);
/openjdk7/jdk/src/solaris/classes/sun/awt/
H A DX11GraphicsDevice.java458 w.setBounds(0, 0, dm.getWidth(), dm.getHeight());
/openjdk7/jdk/src/solaris/classes/sun/java2d/xr/
H A DXRRenderer.java188 setBounds(clip.getLoX(), clip.getLoY(),
/openjdk7/jdk/src/share/classes/java/awt/
H A DWindow.java117 * <code>setBounds</code> are requests (not directives) which are
828 * If the {@code setSize} or {@code setBounds} methods
881 * @see #setBounds
903 * @see #setBounds
939 * replaced by <code>setBounds(int, int, int, int)</code>.
958 setBounds(x, y, w, h);
3383 * <code>setBounds</code> after calling <code>setLocationByPlatform</code> clear
3465 public void setBounds(int x, int y, int width, int height) { method in class:Window
3472 super.setBounds(x, y, width, height);
3499 public void setBounds(Rectangl method in class:Window
[all...]
H A DComponent.java695 * Pseudoparameter for direct Geometry API (setLocation, setBounds setSize
696 * to signal setBounds what's changing. Should be used under TreeLock.
2075 * @see #setBounds
2091 setBounds(x, y, width, height);
2107 * @see #setBounds
2150 * @see #setBounds
2166 setBounds(x, y, width, height);
2181 * @see #setBounds
2204 * @see #setBounds
2242 public void setBounds(in method in class:Component
2386 public void setBounds(Rectangle r) { method in class:Component
9483 public void setBounds(Rectangle r) { method in class:Component.AccessibleAWTComponent
[all...]
H A DCardLayout.java384 comp.setBounds(hgap + insets.left, vgap + insets.top,
/openjdk7/jdk/src/share/classes/sun/java2d/loops/
H A DProcessPath.java63 setBounds(xMin, yMin, xMax, yMax, strokeControl);
66 public void setBounds(int xMin, int yMin, int xMax, int yMax) method in class:ProcessPath.DrawHandler
90 public void setBounds(int xMin, int yMin, int xMax, int yMax, method in class:ProcessPath.DrawHandler
94 setBounds(xMin, yMin, xMax, yMax);
103 setBounds(bxMin, byMin, bxMax, byMax);
/openjdk7/jdk/src/share/classes/sun/security/tools/policytool/
H A DPolicyTool.java1135 setBounds(135, 80, 500, 500);
1159 ed.setBounds(location.x + 50, location.y + 50, 600, 100);
1195 sd.setBounds(location.x + 50, location.y + 50, 500, 100);
1221 wd.setBounds(location.x + 50, location.y + 50, 500, 100);
1251 tw.setBounds(location.x + 75, location.y + 100, 400, 150);
1549 setBounds(location.x + 75, location.y + 200, 650, 500);
1753 setBounds(location.x + 25, location.y + 100, 500, 300);
1855 newTD.setBounds(location.x + 50, location.y + 100, 650, 190);
1962 newTD.setBounds(location.x + 50, location.y + 100, 700, 250);
2214 setBounds(locatio
[all...]
/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicComboBoxUI.java1916 arrowButton.setBounds(width - (insets.right + buttonWidth),
1919 arrowButton.setBounds(insets.left, insets.top,
1925 editor.setBounds(cvb);
H A DBasicOptionPaneUI.java1051 children[index].setBounds(x, insets.top,
1055 children[index].setBounds(x, insets.top, pref.width,
H A DBasicTabbedPaneUI.java2495 child.setBounds(tabContainerX, tabContainerY, tabContainerWidth, tabContainerHeight);
2497 child.setBounds(cx, cy, cw, ch);
2542 c.setBounds(x + getTabLabelShiftX(tabPlacement, i, isSeleceted),
3060 child.setBounds(tx, ty, vw, vh);
3101 child.setBounds(bx, by, bw, bh);
3106 child.setBounds(cx, cy, cw, ch);
3490 child.setBounds(0, 0, getWidth(), getHeight());
3880 setBounds(tabRect);
/openjdk7/jdk/src/share/classes/javax/swing/plaf/metal/
H A DMetalScrollBarUI.java416 thumbRect.setBounds(x, y, width, height);
/openjdk7/jdk/src/share/classes/javax/swing/plaf/synth/
H A DSynthDesktopPaneUI.java260 setBounds(0, desktop.getHeight() - height, desktop.getWidth(), height);
/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/windows/
H A DWindowsComboBoxUI.java352 arrowButton.setBounds(WindowsGraphicsUtils.isLeftToRight((JComboBox)parent)
/openjdk7/jdk/src/macosx/classes/sun/java2d/opengl/
H A DCGLGraphicsConfig.java505 totalDisplayBounds.setBounds(virtualBounds);
/openjdk7/jdk/src/share/classes/sun/swing/
H A DFilePane.java1039 public void setBounds(int x, int y, int width, int height) { method in class:FilePane.DetailsTableCellRenderer
1047 super.setBounds(x, y, width, height);
1379 editCell.setBounds(editX + r.x, r.y, r.width - editX, r.height);
1381 editCell.setBounds(r.x, r.y, r.width - editX, r.height);
/openjdk7/jdk/src/share/classes/javax/swing/
H A DJOptionPane.java1571 iFrame.setBounds((rootSize.width - iFrameSize.width) / 2,
1585 iFrame.setBounds(x, y, iFrameSize.width, iFrameSize.height);
H A DJTable.java2974 r.setBounds(r.x + cm/2, r.y + rm/2, r.width - cm, r.height - rm);
3516 editorComp.setBounds(getCellRect(row, column, false));
8634 public void setBounds(Rectangle r) { method in class:JTable.AccessibleJTable.AccessibleJTableCell
8637 ((AccessibleComponent) ac).setBounds(r);
8641 c.setBounds(r);
9451 public void setBounds(Rectangle r) { method in class:JTable.AccessibleJTable.AccessibleJTableHeaderCell
9454 ((AccessibleComponent) ac).setBounds(r);
9458 c.setBounds(r);
H A DTransferHandler.java1332 outer.setBounds(visible.x, visible.y, visible.width, visible.height);
1349 inner.setBounds(visible.x + i.left,

Completed in 190 milliseconds

12345678910