Field LEFT_ALIGNMENT
Field type: float
Member of: java.awt.Component
[api documentation ] [ main menu]

Examples of how the element is used (one line per example):
[add your own example]

1 this(5, LEFT_ALIGNMENT);
2 p.setAlignmentX(LEFT_ALIGNMENT);
3 out.setAlignmentX(LEFT_ALIGNMENT);
4 out.setAlignmentX(LEFT_ALIGNMENT);
5 question.setAlignmentX(JComponent.LEFT_ALIGNMENT);
6 pane2a.setAlignmentX(JLabel.LEFT_ALIGNMENT);
7 panel.setAlignmentX(Component.LEFT_ALIGNMENT);
8 dbSetupPanel.setAlignmentX(Component.LEFT_ALIGNMENT);
9 pane1a.setAlignmentX(JLabel.LEFT_ALIGNMENT);
10 fontLabel.setAlignmentX(LEFT_ALIGNMENT);
11 rootDirectoryPanel.setAlignmentX(Component.LEFT_ALIGNMENT);
12 addLabel.setAlignmentX(Component.LEFT_ALIGNMENT);
13 sortButton.setAlignmentX(JComponent.LEFT_ALIGNMENT);
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.