Searched refs:LEADING (Results 26 - 43 of 43) sorted by relevance

12

/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/gtk/
H A DGTKFileChooserUI.java511 JPanel topButtonPanel = new JPanel(new FlowLayout(FlowLayout.LEADING, 0, 0));
648 JPanel pathFieldPanel = new JPanel(new FlowLayout(FlowLayout.LEADING,
699 panel.setLayout(new FlowLayout(FlowLayout.LEADING, 0, 0));
H A DGTKLookAndFeel.java995 "Spinner.editorAlignment", JTextField.LEADING,
/openjdk7/jdk/src/share/classes/javax/swing/
H A DJMenuItem.java210 setHorizontalAlignment(JButton.LEADING);
H A DGroupLayout.java112 * with an alignment of {@code LEADING}. If the component orientation were
306 LEADING, enum constant in enum:GroupLayout.Alignment
378 setHorizontalGroup(createParallelGroup(Alignment.LEADING, true));
379 setVerticalGroup(createParallelGroup(Alignment.LEADING, true));
602 * {@code Alignment.LEADING}. This is a cover method for the more
609 return createParallelGroup(Alignment.LEADING);
640 * along the horizontal axis is treated as {@code LEADING}.
2602 default: // LEADING, or BASELINE
2644 "LEADING, TRAILING or CENTER");
2678 super(Alignment.LEADING, resizabl
[all...]
H A DJTable.java1552 if (xSection == LEADING) {
1559 } else if (xSection == LEADING || xSection == TRAILING) {
1561 if (ySection == LEADING) {
1609 if (ySection == LEADING) {
1647 if (xSection == LEADING) {
1665 if (xSection == LEADING) {
1677 if (ySection == LEADING) {
H A DJList.java1326 } else if (section == LEADING) {
1331 if (section == LEADING) {
H A DSwingUtilities.java841 * The JComponents orientation (LEADING/TRAILING) will also be taken
867 // Translate LEADING/TRAILING values in horizontalAlignment
870 case LEADING:
878 // Translate LEADING/TRAILING values in horizontalTextPosition
881 case LEADING:
908 * This layoutCompoundLabel() does not know how to handle LEADING/TRAILING
939 * This layoutCompoundLabel() does not know how to handle LEADING/TRAILING
H A DAbstractButton.java795 * <li>{@code SwingConstants.LEADING}
813 * <li>{@code SwingConstants.LEADING}
823 * LEADING SwingConstants.LEADING
886 * <li>{@code SwingConstants.LEADING}
901 * <li>{@code SwingConstants.LEADING}
911 * LEADING SwingConstants.LEADING
976 * <li>{@code SwingConstants.LEADING}
993 (key == LEADING) ||
[all...]
H A DJTree.java1333 if(section == LEADING) {
/openjdk7/jdk/src/share/classes/javax/swing/plaf/synth/
H A DSynthTabbedPaneUI.java400 SwingUtilities.CENTER, SwingUtilities.LEADING,
670 SwingUtilities.LEADING, SwingUtilities.CENTER,
H A DSynthTableUI.java797 setHorizontalAlignment(JLabel.LEADING);
818 setHorizontalAlignment(JLabel.LEADING);
/openjdk7/jdk/src/share/classes/sun/swing/
H A DMenuItemLayoutHelper.java406 if (horizontalAlignment != SwingConstants.LEADING
415 if (horizontalAlignment != SwingConstants.LEADING
H A DFilePane.java1040 if (getHorizontalAlignment() == SwingConstants.LEADING &&
1080 : SwingConstants.LEADING;
/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicOptionPaneUI.java425 label = new JLabel( s, JLabel.LEADING );
/openjdk7/jdk/src/windows/classes/sun/awt/shell/
H A DWin32ShellFolder2.java1100 : SwingConstants.LEADING);
/openjdk7/jdk/src/share/classes/sun/tools/jconsole/
H A DConnectDialog.java209 JPanel userPwdPanel = new JPanel(new FlowLayout(FlowLayout.LEADING, 0, 0));
H A DMemoryTab.java112 JPanel controlPanel = new JPanel(new FlowLayout(FlowLayout.LEADING, 20, 5));
/openjdk7/jdk/src/macosx/classes/com/apple/laf/
H A DAquaFileChooserUI.java1534 JPanel newFolderButtonPanel = new JPanel(new FlowLayout(FlowLayout.LEADING, 0, 0));

Completed in 217 milliseconds

12