Searched defs:south (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/java/awt/
H A DBorderLayout.java33 * north, south, east, west, and center.
184 * south portion of the border layout.
192 Component south; field in class:BorderLayout
208 * north, south, east, west or center.
221 * north, south, east, west or center.
228 * north, south, east, west or center.
235 * north, south, east, west or center.
247 * The south layout constraint (bottom of container).
449 south = comp;
483 } else if (comp == south) {
[all...]
/openjdk7/jdk/src/share/classes/javax/swing/
H A DSpringLayout.java143 * and north/south locations.
268 * -- north, south, east, and west --
324 private Spring south; field in class:SpringLayout.Constraints
567 y = difference(south, height);
571 y = difference(scale(verticalCenter, 2f), south);
575 y = scale(difference(baseline, heightToRelativeBaseline(south)), 2f);
645 height = difference(south, getY());
667 private void setSouth(Spring south) { argument
668 this.south = south;
[all...]

Completed in 44 milliseconds