Searched refs:setBounds (Results 26 - 50 of 244) sorted by relevance

12345678910

/openjdk7/jdk/test/java/awt/Multiscreen/TranslucencyThrowsExceptionWhenFullScreen/
H A DTranslucencyThrowsExceptionWhenFullScreen.java46 frame.setBounds(100,100,100,100);
/openjdk7/jdk/test/javax/swing/JInternalFrame/6726866/
H A Dbug6726866.java23 iFrame.setBounds(10, 10, 300, 200);
/openjdk7/jdk/test/java/awt/Frame/WindowDragTest/
H A DWindowDragTest.java54 frame1.setBounds(50, 50, 300, 200);
67 frame2.setBounds(100, 100, 300, 200);
/openjdk7/jdk/src/share/classes/javax/swing/plaf/metal/
H A DMetalSplitPaneDivider.java346 leftButton.setBounds(oneTouchOffset, extraY,
348 rightButton.setBounds(oneTouchOffset +
360 leftButton.setBounds(extraX, oneTouchOffset,
362 rightButton.setBounds(extraX, oneTouchOffset +
368 leftButton.setBounds(-5, -5, 1, 1);
369 rightButton.setBounds(-5, -5, 1, 1);
H A DMetalButtonUI.java171 focusRect.setBounds( textRect );
174 focusRect.setBounds( iconRect.union( textRect ) );
179 focusRect.setBounds( iconRect );
H A DMetalToggleButtonUI.java195 focusRect.setBounds( textRect );
198 focusRect.setBounds( iconRect.union( textRect ) );
203 focusRect.setBounds( iconRect );
/openjdk7/jdk/src/macosx/classes/com/apple/laf/
H A DAquaSplitPaneDividerUI.java166 leftButton.setBounds(-5, -5, 1, 1);
167 rightButton.setBounds(-5, -5, 1, 1);
182 rightButton.setBounds(xPosition, yPosition, kMaxPopupArrowSize, blockSize);
185 leftButton.setBounds(xPosition, yPosition, kMaxPopupArrowSize, blockSize);
194 rightButton.setBounds(xPosition, yPosition, blockSize, kMaxPopupArrowSize);
197 leftButton.setBounds(xPosition, yPosition, blockSize, kMaxPopupArrowSize);
/openjdk7/jdk/test/java/awt/Focus/AutoRequestFocusTest/
H A DAutoRequestFocusSetVisibleTest.java123 focusedFrame.setBounds(100, 100, 300, 300);
125 frame.setBounds(140, 140, 220, 220);
128 frame2.setBounds(140, 140, 220, 220);
131 window.setBounds(140, 140, 220, 220);
134 ownedWindow.setBounds(180, 180, 140, 140);
137 ownedDialog.setBounds(180, 180, 140, 140);
140 dialog.setBounds(140, 140, 220, 220);
/openjdk7/jdk/src/share/demo/jfc/TableExample/
H A DTableExample.java214 frame.setBounds(200, 200, 640, 480);
286 showConnectionInfoButton.setBounds(b.width - 2 * inset - 120, inset, 120,
288 fetchButton.setBounds(b.width - 2 * inset - 120, 60, 120, 25);
289 // queryLabel.setBounds(10, 10, 100, 25);
290 queryAggregate.setBounds(inset, inset, b.width - 2 * inset - 150, 80);
291 tableAggregate.setBounds(new Rectangle(inset,
/openjdk7/jdk/src/macosx/classes/sun/lwawt/
H A DLWScrollPanePeer.java81 viewPeer.setBounds(r.x, r.y, r.width, r.height, SET_BOUNDS,
118 view.setBounds(viewPeer.getBounds());
123 viewPeer.setBounds(view.getBounds());
H A DPlatformWindow.java65 * with setSize/setLocation/setBounds/reshape methods.
67 public void setBounds(int x, int y, int w, int h); method in interface:PlatformWindow
/openjdk7/jdk/test/java/awt/Focus/ToFrontFocusTest/
H A DToFrontFocus.java66 cover.setBounds(100, 100, 200, 200);
68 focus_frame.setBounds(150, 100, 250, 150);
71 nonfocus_frame.setBounds(150, 150, 250, 200);
/openjdk7/jdk/test/java/awt/Mixing/
H A DMixingInHwPanel.java68 frame.setBounds(100, 100, 640, 480);
79 iFrame.setBounds(600, 100, 150, 55);
100 frame.setBounds(100, 100, 800, 480);
H A DMixingOnDialog.java90 heavy.setBounds(30, 30, 200, 200);
91 light.setBounds(10, 10, 50, 50);
97 d.setBounds(50, 50, 400, 400);
H A DMixingOnShrinkingHWButton.java91 heavy.setBounds(30, 30, 100, 100);
92 light.setBounds(40, 30, 100, 100);
98 d.setBounds(50, 50, 400, 400);
/openjdk7/jdk/test/java/awt/Window/Grab/
H A DGrabTest.java68 f.setBounds(0, 0, 300, 300);
77 f1.setBounds(700, 100, 200, 200);
89 w.setBounds(400, 100, 200, 200);
/openjdk7/jdk/src/share/classes/javax/swing/
H A DCellRendererPane.java137 c.setBounds(x, y, w, h);
161 c.setBounds(-w, -h, 0, 0);
/openjdk7/jdk/test/java/awt/EventDispatchThread/HandleExceptionOnEDT/
H A DHandleExceptionOnEDT.java61 f.setBounds(100, 100, 400, 300);
104 d.setBounds(fp.x + 100, fp.y + 100, 400, 300);
/openjdk7/jdk/test/java/awt/Focus/SimpleWindowActivationTest/
H A DSimpleWindowActivationTest.java118 window.setBounds(800, 200, 300, 100);
129 frame.setBounds(800, 0, 300, 100);
/openjdk7/jdk/test/java/awt/Mouse/EnterExitEvents/
H A DResizingFrameTest.java182 frame.setBounds(100, 100, 800, 800);
198 frame.setBounds(100, 100, 200, 300);
/openjdk7/jdk/test/javax/swing/JInternalFrame/6647340/
H A Dbug6647340.java66 jif.setBounds(20, 20, 200, 100);
71 frame.setBounds((screen.width - 400) / 2, (screen.height - 400) / 2, 400, 400);
/openjdk7/jdk/src/share/classes/javax/swing/colorchooser/
H A DCenterLayout.java74 c.setBounds( componentLeft, componentTop, size.width, size.height );
/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DCenterLayout.java77 c.setBounds(left, right, pref.width, pref.height);
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/Graph/src/com/sun/hotspot/igv/graph/
H A DBlock.java71 public void setBounds(Rectangle r) { method in class:Block
/openjdk7/jdk/src/macosx/classes/sun/lwawt/macosx/
H A DCPrinterDialogPeer.java71 public void setBounds(int x, int y, int width, int height) {} method in class:CPrinterDialogPeer

Completed in 183 milliseconds

12345678910