Searched refs:setBounds (Results 126 - 150 of 244) sorted by relevance

12345678910

/openjdk7/jdk/test/java/awt/List/ListFlickers/
H A DListFlickers.java61 f.setBounds(100,100,300,300);
/openjdk7/jdk/test/java/awt/Modal/WsDisabledStyle/Winkey/
H A DWinkey.java79 frame.setBounds(400, 400, 200, 200);
/openjdk7/jdk/test/java/awt/Window/PropertyChangeListenerLockSerialization/
H A DPropertyChangeListenerLockSerialization.java64 f.setBounds(250, 50, 300, 300);
/openjdk7/jdk/test/java/awt/dnd/ImageDecoratedDnDInOut/
H A DImageDecoratedDnDInOut.java76 f.setBounds(0, 400, 200, 200);
/openjdk7/jdk/test/java/awt/event/MouseEvent/MouseClickTest/
H A DMouseClickTest.java67 frame.setBounds(100, 100, 100, 100);
/openjdk7/jdk/test/java/awt/event/MouseEvent/SmoothWheel/
H A DSmoothWheel.java91 frame.setBounds(200, 200, 200, 200);
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DGtkFileDialogPeer.java64 public native void setBounds(int x, int y, int width, int height, int op); method in class:GtkFileDialogPeer
H A DXTextFieldPeer.java116 setBounds(x, y, width, height, SET_BOUNDS);
432 public void setBounds(int x, int y, int width, int height, int op) { method in class:XTextFieldPeer
433 super.setBounds(x, y, width, height, op);
453 xtext.setBounds(childX,childY,width,height);
H A DXEmbedChildProxyPeer.java88 public void setBounds(int x, int y, int width, int height, int op) { method in class:XEmbedChildProxyPeer
313 * DEPRECATED: Replaced by setBounds(int, int, int, int).
316 setBounds(x, y, width, height, SET_BOUNDS);
/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicInternalFrameUI.java1222 frame.setBounds(0, 0, parentNewBounds.width,
1232 icon.setBounds(iconBounds.x, y,
1343 getNorthPane().setBounds(0, 0, frame.getWidth(),
1347 getNorthPane().setBounds(cx, cy, cw, size.height);
1355 getSouthPane().setBounds(cx, frame.getHeight()
1363 getWestPane().setBounds(cx, cy, size.width, ch);
1370 getEastPane().setBounds(cw - size.width, cy, size.width, ch);
1375 frame.getRootPane().setBounds(cx, cy, cw, ch);
H A DBasicSpinnerUI.java900 private void setBounds(Component c, int x, int y, int width, int height) { method in class:BasicSpinnerUI.Handler
902 c.setBounds(x, y, width, height);
913 setBounds(editor, insets.left, insets.top, width - insets.left - insets.right,
952 setBounds(editor, editorX, insets.top, editorWidth, editorHeight);
953 setBounds(nextButton, buttonsX, nextY, buttonsWidth, nextHeight);
954 setBounds(previousButton, buttonsX, previousY, buttonsWidth, previousHeight);
H A DBasicScrollBarUI.java705 decrButton.setBounds(itemX, decrButtonY, itemW, decrButtonH);
706 incrButton.setBounds(itemX, incrButtonY, itemW, incrButtonH);
712 trackRect.setBounds(itemX, itrackY, itemW, itrackH);
816 (ltr ? decrButton : incrButton).setBounds(leftButtonX, itemY, leftButtonW, itemH);
817 (ltr ? incrButton : decrButton).setBounds(rightButtonX, itemY, rightButtonW, itemH);
823 trackRect.setBounds(itrackX, itemY, itrackW, itemH);
897 thumbRect.setBounds(x, y, width, height);
H A DBasicSplitPaneUI.java1169 nonContinuousLayoutDivider.setBounds
1178 nonContinuousLayoutDivider.setBounds
1683 c.setBounds(location, insets.top, size,
1688 c.setBounds(insets.left, location, containerSize.width -
1694 c.setBounds(location, 0, size, containerSize.height);
1697 c.setBounds(0, location, containerSize.width, size);
/openjdk7/jdk/src/share/classes/javax/swing/plaf/metal/
H A DMetalToolBarUI.java375 bumpRect.setBounds(x, 0, 14, toolBar.getSize().height);
377 bumpRect.setBounds(0, 0, toolBar.getSize().width, 14);
H A DMetalRootPaneUI.java618 root.getLayeredPane().setBounds(i.left, i.top, w, h);
621 root.getGlassPane().setBounds(i.left, i.top, w, h);
633 titlePane.setBounds(0, 0, w, tpHeight);
640 root.getMenuBar().setBounds(0, nextY, w, mbd.height);
645 root.getContentPane().setBounds(0, nextY, w,
882 w.setBounds(r);
/openjdk7/jdk/src/share/classes/javax/swing/plaf/synth/
H A DSynthTabbedPaneUI.java395 textRect.setBounds(0, 0, 0, 0);
396 iconRect.setBounds(0, 0, 0, 0);
397 calcRect.setBounds(0, 0, Short.MAX_VALUE, maxTabHeight);
479 tabAreaBounds.setBounds(x, y, width, height);
534 iconRect.setBounds(0, 0, 0, 0);
535 textRect.setBounds(0, 0, 0, 0);
/openjdk7/jdk/src/macosx/classes/sun/java2d/
H A DOSXSurfaceData.java126 protected void setBounds(int x, int y, int w, int h) { method in class:OSXSurfaceData
381 userBounds.setBounds(x, y, width, height);
1091 r3.setBounds(tx1, ty1, (int) tx2, (int) ty2);
1102 copyAreaBounds.setBounds(sg2d.devClip.getLoX(), sg2d.devClip.getLoY(), sg2d.devClip.getWidth(), sg2d.devClip.getHeight());
1109 srcCopyAreaRect.setBounds(x, y, w, h);
1117 dstCopyAreaRect.setBounds(srcCopyAreaRect.x + dx, srcCopyAreaRect.y + dy, srcCopyAreaRect.width, srcCopyAreaRect.height);
1129 finalCopyAreaRect.setBounds(x, y, w, h);
/openjdk7/jdk/src/macosx/classes/sun/lwawt/
H A DLWWindowPeer.java369 public void setBounds(int x, int y, int w, int h, int op) { method in class:LWWindowPeer
404 setBounds(x, y, w, h, op, false, false);
407 platformWindow.setBounds(r.x, r.y, r.width, r.height);
604 setBounds(x, y, width, height, SET_BOUNDS | NO_EMBEDDED_CHECK);
692 setBounds(x, y, w, h, SET_BOUNDS, false, false);
/openjdk7/jdk/src/share/classes/javax/swing/
H A DDefaultDesktopManager.java176 desktopIcon.setBounds(r.x, r.y, r.width, r.height);
458 f.setBounds(newX, newY, newWidth, newHeight);
678 f.setBounds(currentBounds);
H A DToolTipManager.java310 popupRect.setBounds(location.x,location.y,
746 popupFrameRect.setBounds(p.x,p.y,
770 popupFrameRect.setBounds(p.x,p.y,
/openjdk7/jdk/src/share/classes/javax/swing/table/
H A DJTableHeader.java1368 public void setBounds(Rectangle r) { method in class:JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry
1371 ((AccessibleComponent) ac).setBounds(r);
1375 c.setBounds(r);
/openjdk7/jdk/src/share/classes/java/awt/
H A DRectangle.java308 * @see #setBounds(Rectangle)
309 * @see #setBounds(int, int, int, int)
330 * <code>setBounds</code> method of <code>Component</code>.
333 * @see java.awt.Component#setBounds(java.awt.Rectangle)
336 public void setBounds(Rectangle r) { method in class:Rectangle
337 setBounds(r.x, r.y, r.width, r.height);
347 * <code>setBounds</code> method of <code>Component</code>.
355 * @see java.awt.Component#setBounds(int, int, int, int)
358 public void setBounds(int x, int y, int width, int height) { method in class:Rectangle
433 * replaced by <code>setBounds(in
[all...]
/openjdk7/jdk/src/macosx/classes/com/apple/laf/
H A DAquaComboBoxUI.java406 arrowButton.setBounds(insets.left, insets.top, width - (insets.left + insets.right), height - (insets.top + insets.bottom));
419 arrowButton.setBounds(width - (insets.right + buttonWidth), insets.top, buttonWidth, buttonHeight);
425 editor.setBounds(editorRect);
/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DCompositeView.java346 tempRect.setBounds(alloc);
613 childAlloc.setBounds(alloc);
/openjdk7/jdk/src/share/classes/javax/swing/tree/
H A DDefaultTreeCellEditor.java723 editingComponent.setBounds(
726 editingComponent.setBounds(

Completed in 320 milliseconds

12345678910