Searched refs:createRigidArea (Results 1 - 9 of 9) sorted by relevance

/openjdk7/jdk/src/share/demo/jfc/FileChooserDemo/
H A DFileChooserDemo.java307 control1.add(Box.createRigidArea(vpad20));
309 control1.add(Box.createRigidArea(vpad7));
311 control1.add(Box.createRigidArea(vpad7));
313 control1.add(Box.createRigidArea(vpad4));
317 fieldWrapper.add(Box.createRigidArea(hpad10));
318 fieldWrapper.add(Box.createRigidArea(hpad10));
321 control1.add(Box.createRigidArea(vpad20));
330 control2.add(Box.createRigidArea(vpad20));
332 control2.add(Box.createRigidArea(vpad7));
334 control2.add(Box.createRigidArea(vpad
[all...]
/openjdk7/jdk/src/share/classes/javax/swing/
H A DBox.java58 * get it by invoking <code>createRigidArea</code>.
140 public static Component createRigidArea(Dimension d) { method in class:Box
161 * @see #createRigidArea
185 * @see #createRigidArea
/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/windows/
H A DWindowsFileChooserUI.java245 topPanel.add(Box.createRigidArea(new Dimension(8,0)));
273 topPanel.add(Box.createRigidArea(hstrut10));
356 topPanel.add(Box.createRigidArea(new Dimension(80, 0)));
398 labelPanel.add(Box.createRigidArea(vstrut4));
405 labelPanel.add(Box.createRigidArea(new Dimension(1,12)));
412 getBottomPanel().add(Box.createRigidArea(new Dimension(15, 0)));
416 fileAndFilterPanel.add(Box.createRigidArea(vstrut8));
444 fileAndFilterPanel.add(Box.createRigidArea(vstrut8));
454 getBottomPanel().add(Box.createRigidArea(new Dimension(30, 0)));
472 getButtonPanel().add(Box.createRigidArea(vstrut
[all...]
/openjdk7/jdk/src/share/classes/sun/swing/
H A DWindowsPlacesBar.java140 add(Box.createRigidArea(new Dimension(1, 1)));
/openjdk7/jdk/src/share/classes/sun/swing/plaf/synth/
H A DSynthFileChooserUIImpl.java258 topButtonPanel.add(Box.createRigidArea(hstrut5));
276 topButtonPanel.add(Box.createRigidArea(hstrut5));
289 topButtonPanel.add(Box.createRigidArea(hstrut5));
357 bottomPanel.add(Box.createRigidArea(new Dimension(1, 5)));
/openjdk7/jdk/src/share/classes/javax/swing/plaf/metal/
H A DMetalFileChooserUI.java271 topButtonPanel.add(Box.createRigidArea(hstrut5));
293 topButtonPanel.add(Box.createRigidArea(hstrut5));
308 topButtonPanel.add(Box.createRigidArea(hstrut5));
377 bottomPanel.add(Box.createRigidArea(vstrut5));
/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/motif/
H A DMotifFileChooserUI.java321 interior.add(Box.createRigidArea(vstrut10));
356 // leftPanel.add(Box.createRigidArea(vstrut10));
388 centerPanel.add(Box.createRigidArea(hstrut10));
408 interior.add(Box.createRigidArea(vstrut10));
/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/gtk/
H A DGTKFileChooserUI.java646 interior.add(Box.createRigidArea(vstrut10));
656 pathFieldPanel.add(Box.createRigidArea(hstrut3));
712 interior.add(Box.createRigidArea(vstrut10));
/openjdk7/jdk/src/macosx/classes/com/apple/laf/
H A DAquaFileChooserUI.java1415 fc.add(Box.createRigidArea(vstrut10));
1422 fc.add(Box.createRigidArea(vstrut10));
1463 tPanel.add(Box.createRigidArea(new Dimension(1, 8)));
1465 tPanel.add(Box.createRigidArea(new Dimension(1, 7)));
1555 fDirectoryPanelSpacer = Box.createRigidArea(hstrut10);

Completed in 81 milliseconds