Searched refs:setAlignmentY (Results 1 - 11 of 11) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/text/html/
H A DIsindexView.java77 panel.setAlignmentY(1.0f);
H A DFormView.java200 c.setAlignmentY(1.0f);
/openjdk7/jdk/src/share/classes/sun/swing/plaf/synth/
H A DSynthFileChooserUIImpl.java229 directoryComboBox.setAlignmentY(JComponent.TOP_ALIGNMENT);
254 upFolderButton.setAlignmentY(JComponent.CENTER_ALIGNMENT);
271 b.setAlignmentY(JComponent.CENTER_ALIGNMENT);
286 b.setAlignmentY(JComponent.CENTER_ALIGNMENT);
301 listViewButton.setAlignmentY(JComponent.CENTER_ALIGNMENT);
312 detailsViewButton.setAlignmentY(JComponent.CENTER_ALIGNMENT);
/openjdk7/jdk/src/share/classes/javax/swing/plaf/metal/
H A DMetalFileChooserUI.java254 directoryComboBox.setAlignmentY(JComponent.TOP_ALIGNMENT);
267 upFolderButton.setAlignmentY(JComponent.CENTER_ALIGNMENT);
288 b.setAlignmentY(JComponent.CENTER_ALIGNMENT);
304 b.setAlignmentY(JComponent.CENTER_ALIGNMENT);
320 listViewButton.setAlignmentY(JComponent.CENTER_ALIGNMENT);
332 detailsViewButton.setAlignmentY(JComponent.CENTER_ALIGNMENT);
/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/windows/
H A DWindowsFileChooserUI.java243 lookInLabel.setAlignmentY(JComponent.CENTER_ALIGNMENT);
269 directoryComboBox.setAlignmentY(JComponent.CENTER_ALIGNMENT);
402 fileNameLabel.setAlignmentY(0);
930 result.setAlignmentY(JComponent.CENTER_ALIGNMENT);
/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/motif/
H A DMotifFileChooserUI.java640 c.setAlignmentY(JComponent.TOP_ALIGNMENT);
/openjdk7/jdk/src/share/demo/jfc/FileChooserDemo/
H A DFileChooserDemo.java213 customField.setAlignmentY(JComponent.TOP_ALIGNMENT);
/openjdk7/jdk/src/share/classes/javax/swing/
H A DAbstractButton.java2175 setAlignmentY(CENTER_ALIGNMENT);
H A DJComponent.java1868 * @see #setAlignmentY
1886 public void setAlignmentY(float alignmentY) { method in class:JComponent
/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/gtk/
H A DGTKFileChooserUI.java1066 c.setAlignmentY(JComponent.TOP_ALIGNMENT);
/openjdk7/jdk/src/macosx/classes/com/apple/laf/
H A DAquaFileChooserUI.java1649 b.setAlignmentY(Component.CENTER_ALIGNMENT);

Completed in 86 milliseconds