Searched refs:TRAILING (Results 26 - 36 of 36) sorted by relevance

12

/openjdk7/jdk/src/share/classes/javax/swing/
H A DSwingUtilities.java841 * The JComponents orientation (LEADING/TRAILING) will also be taken
867 // Translate LEADING/TRAILING values in horizontalAlignment
873 case TRAILING:
878 // Translate LEADING/TRAILING values in horizontalTextPosition
884 case TRAILING:
908 * This layoutCompoundLabel() does not know how to handle LEADING/TRAILING
939 * This layoutCompoundLabel() does not know how to handle LEADING/TRAILING
H A DJPopupMenu.java445 mi.setHorizontalTextPosition(JButton.TRAILING);
H A DGroupLayout.java316 TRAILING, enum constant in enum:GroupLayout.Alignment
633 * ParallelGroup} with an alignment of {@code TRAILING} is given
2594 case TRAILING:
2644 "LEADING, TRAILING or CENTER");
H A DJTree.java1336 } else if (section == TRAILING) {
/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicLookAndFeel.java1390 "Spinner.editorAlignment", JTextField.TRAILING,
H A DBasicTabbedPaneUI.java1032 SwingUtilities.TRAILING,
/openjdk7/jdk/src/share/classes/sun/tools/jconsole/
H A DConnectDialog.java252 JPanel buttonPanel = new JPanel(new FlowLayout(FlowLayout.TRAILING));
/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/windows/
H A DWindowsFileChooserUI.java228 lookInLabel = new JLabel(lookInLabelText, JLabel.TRAILING) {
/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/gtk/
H A DGTKFileChooserUI.java717 bottomButtonPanel = new JPanel(new FlowLayout(FlowLayout.TRAILING));
/openjdk7/jdk/src/macosx/classes/com/apple/laf/
H A DAquaFileChooserUI.java1539 JPanel approveCancelButtonPanel = new JPanel(new FlowLayout(FlowLayout.TRAILING, 0, 0));
H A DAquaTabbedPaneCopyFromBasicUI.java970 SwingUtilities.layoutCompoundLabel(tabPane, metrics, title, icon, SwingConstants.CENTER, SwingConstants.CENTER, SwingConstants.CENTER, SwingConstants.TRAILING, tabRect, iconRect, textRect, textIconGap);

Completed in 121 milliseconds

12