Searched refs:setBounds (Results 51 - 75 of 244) sorted by relevance

12345678910

/openjdk7/jdk/src/macosx/native/sun/awt/
H A DAWTSurfaceLayers.m76 - (void) setBounds:(CGRect)rect {
131 [surfaceLayers setBounds: rect];
/openjdk7/jdk/test/java/awt/Focus/FrameJumpingToMouse/
H A DFrameJumpingToMouse.java59 frame.setBounds(100, 100, 100, 100);
/openjdk7/jdk/test/java/awt/FullScreen/TranslucentWindow/
H A DTranslucentWindow.java45 f.setBounds(100, 100, 320, 240);
/openjdk7/jdk/test/java/awt/Window/TranslucentJAppletTest/
H A DTranslucentJAppletTest.java58 frame.setBounds(100, 100, 200, 200);
/openjdk7/jdk/test/java/awt/dnd/Button2DragTest/
H A DButton2DragTest.java100 frame.setBounds(100, 100, 200, 200);
/openjdk7/jdk/test/java/awt/event/MouseWheelEvent/DisabledComponent/
H A DDisabledComponent.java55 frame.setBounds(100,100,400,400);
/openjdk7/jdk/src/share/classes/sun/tools/jconsole/
H A DVariableGridLayout.java102 c.setBounds(x, y, w, h);
131 c.setBounds(b.x, b.y + hAdded, b.width, b.height + hAdd);
160 c.setBounds(x, y, w, h);
188 c.setBounds(b.x + wAdded, b.y, b.width + wAdd, b.height);
/openjdk7/jdk/test/javax/swing/JInternalFrame/
H A DTest6325652.java101 internal.setBounds(10 * index, 10 * index, WIDTH, HEIGHT);
/openjdk7/jdk/test/javax/swing/JSpinner/5012888/
H A Dbug5012888.java60 b.setBounds(0, 0, 100, 100);
/openjdk7/jdk/test/javax/swing/text/html/
H A DTest4783068.java70 c.setBounds(0, 0, size.width, size.height);
/openjdk7/jdk/src/share/classes/javax/swing/
H A DScrollPaneLayout.java890 viewport.setBounds(availR);
935 viewport.setBounds(availR);
959 rowHead.setBounds(rowHeadR);
963 colHead.setBounds(colHeadR);
984 vsb.setBounds(vsbR);
1011 hsb.setBounds(hsbR);
1019 lowerLeft.setBounds(leftToRight ? rowHeadR.x : vsbR.x,
1026 lowerRight.setBounds(leftToRight ? vsbR.x : rowHeadR.x,
1033 upperLeft.setBounds(leftToRight ? rowHeadR.x : vsbR.x,
1040 upperRight.setBounds(leftToRigh
[all...]
H A DSwingUtilities.java586 t.setBounds((rectB.x + rectB.width), rectA.y,
593 t.setBounds((rectB.x + rectB.width), rectA.y,
601 t.setBounds(rectA.x, (rectB.y + rectB.height), rectA.width,
610 t.setBounds(rectA.x, rectA.y, rectA.width, rectB.y - rectA.y);
616 t.setBounds(rectA.x, rectA.y, rectA.width, rectB.y - rectA.y);
621 t.setBounds((rectB.x + rectB.width), rectB.y,
631 t.setBounds(rectA.x, rectA.y, rectA.width, rectB.y - rectA.y);
637 t.setBounds(rectA.x, (rectB.y + rectB.height), rectA.width,
644 t.setBounds(rectA.x, rectA.y, rectA.width, rectB.y - rectA.y);
650 t.setBounds((rect
[all...]
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/treetable/
H A DJTreeTable.java143 * paint the renderers and editors and overriding setBounds() below
174 component.setBounds(cellRect);
276 public void setBounds(int x, int y, int w, int h) { method in class:JTreeTable.TreeTableCellRenderer
277 super.setBounds(x, 0, w, JTreeTable.this.getHeight());
480 public void setBounds(int x, int y, int w, int h) { method in class:JTreeTable.TreeTableTextField
482 super.setBounds(newX, y, w - (newX - x), h);
/openjdk7/jdk/src/share/classes/javax/swing/plaf/synth/
H A DSynthSpinnerUI.java405 private void setBounds(Component c, int x, int y, int width, int height) { method in class:SynthSpinnerUI.SpinnerLayout
407 c.setBounds(x, y, width, height);
435 setBounds(editor, editorX, insets.top, editorWidth, availHeight);
436 setBounds(nextButton, buttonsX, insets.top, buttonsWidth, nextHeight);
437 setBounds(previousButton, buttonsX, previousY, buttonsWidth, previousHeight);
/openjdk7/jdk/src/share/classes/javax/swing/colorchooser/
H A DSmartGridLayout.java85 current.setBounds(horizLoc, vertLoc, columnWidths[column], rowHeights[row]);
100 current.setBounds(horizLoc, vertLoc, columnWidths[column], rowHeights[row]);
/openjdk7/jdk/src/share/classes/java/awt/
H A DGraphicsDevice.java305 fullScreenWindow.setBounds(windowedModeBounds);
323 fullScreenWindow.setBounds(screenBounds.x, screenBounds.y,
/openjdk7/jdk/src/macosx/classes/sun/lwawt/
H A DLWCheckboxPeer.java184 cb.setBounds(0, 0, w, h);
185 rb.setBounds(0, 0, w, h);
/openjdk7/jdk/src/macosx/classes/sun/lwawt/macosx/
H A DCViewPlatformEmbeddedFrame.java95 public void setBounds(int x, int y, int w, int h) { method in class:CViewPlatformEmbeddedFrame
96 view.setBounds(x, y, w, h);
/openjdk7/jdk/test/java/awt/Focus/ModalBlockedStealsFocusTest/
H A DModalBlockedStealsFocusTest.java68 dialog.setBounds(800, 0, 200, 100);
69 frame.setBounds(800, 150, 200, 100);
/openjdk7/jdk/test/java/awt/Focus/WindowInitialFocusTest/
H A DWindowInitialFocusTest.java63 frame.setBounds(800, 0, 200, 100);
64 window.setBounds(800, 200, 200, 100);
/openjdk7/jdk/test/java/awt/Modal/ModalInternalFrameTest/
H A DModalInternalFrameTest.java72 frame1.setBounds(100, 100, 320, 240);
95 frame2.setBounds(100, 400, 320, 240);
/openjdk7/jdk/src/share/classes/javax/swing/text/html/
H A DListView.java86 childRect.setBounds(alloc);
/openjdk7/jdk/src/share/classes/java/awt/peer/
H A DComponentPeer.java55 * Operation for {@link #setBounds(int, int, int, int, int)}, indicating
58 * @see #setBounds(int, int, int, int, int)
63 * Operation for {@link #setBounds(int, int, int, int, int)}, indicating
66 * @see #setBounds(int, int, int, int, int)
71 * Operation for {@link #setBounds(int, int, int, int, int)}, indicating
74 * @see #setBounds(int, int, int, int, int)
79 * Operation for {@link #setBounds(int, int, int, int, int)}, indicating
83 * @see #setBounds(int, int, int, int, int)
88 * Resets the setBounds() operation to DEFAULT_OPERATION. This is not
89 * passed into {@link #setBounds(in
206 void setBounds(int x, int y, int width, int height, int op); method in interface:ComponentPeer
[all...]
/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/motif/
H A DMotifDesktopPaneUI.java98 f.setBounds(newX, newY, newWidth, newHeight);
106 dragPane.setBounds(newX, newY, newWidth, newHeight);
119 dragPane.setBounds(f.getX(), f.getY(), f.getWidth(), f.getHeight());
150 dragPane.setBounds(f.getX(), f.getY(),
H A DMotifInternalFrameTitlePane.java197 systemButton.setBounds(0, 0, BUTTON_SIZE, BUTTON_SIZE);
201 maximizeButton.setBounds(x, 0, BUTTON_SIZE, BUTTON_SIZE);
208 minimizeButton.setBounds(x, 0, BUTTON_SIZE, BUTTON_SIZE);
214 title.setBounds(BUTTON_SIZE, 0, x, BUTTON_SIZE);

Completed in 117 milliseconds

12345678910