Searched defs:SOUTH (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/
H A DSwingConstants.java86 public static final int SOUTH = 5; field in interface:SwingConstants
H A DSpringLayout.java203 public static final String SOUTH = "South"; field in class:SpringLayout
252 private static String[] ALL_VERTICAL = {NORTH, HEIGHT, SOUTH, VERTICAL_CENTER, BASELINE};
277 * SOUTH = NORTH + HEIGHT
566 if (defined(verticalHistory, SOUTH, HEIGHT)) {
570 } else if (defined(verticalHistory, VERTICAL_CENTER, SOUTH)) {
574 } else if (defined(verticalHistory, BASELINE, SOUTH)) {
644 if (verticalHistory.contains(SOUTH)) {
669 pushConstraint(SOUTH, south, false);
719 * <code>SpringLayout.SOUTH</code>,
741 * @see #SOUTH
[all...]
/openjdk7/jdk/src/share/classes/java/awt/
H A DBorderLayout.java36 * <code>NORTH</code>, <code>SOUTH</code>, <code>EAST</code>,
43 * p.add(new Button("Okay"), BorderLayout.SOUTH);
59 * <code>NORTH</code>, <code>SOUTH</code>, <code>WEST</code>, and
86 * The <code>NORTH</code> and <code>SOUTH</code> components may
111 * add(new Button("South"), BorderLayout.SOUTH);
249 public static final String SOUTH = "South"; field in class:BorderLayout
315 * equivalent to SOUTH.
406 * <code>SOUTH</code>, <code>EAST</code>,
506 * <code>NORTH</code>, <code>SOUTH</code>,
522 } else if (SOUTH
[all...]
H A DGridBagConstraints.java108 public static final int SOUTH = 15; field in class:GridBagConstraints
137 * {@code ComponentOrientation}. Equal to SOUTH for horizontal
433 * <code>EAST</code>, <code>SOUTHEAST</code>, <code>SOUTH</code>,
/openjdk7/jdk/src/macosx/classes/apple/laf/
H A DJRSUIConstants.java205 public static final Direction SOUTH = new Direction(_south); field in class:JRSUIConstants.Direction

Completed in 31 milliseconds