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

/openjdk7/jdk/src/share/classes/java/awt/
H A DBorderLayout.java63 * also includes the relative positioning constants <code>BEFORE_FIRST_LINE</code>,
212 * and <code>BEFORE_FIRST_LINE</code> constants in a container whose
214 * <code>BEFORE_FIRST_LINE</code> will be layed out.
273 public static final String BEFORE_FIRST_LINE = "First"; field in class:BorderLayout
310 public static final String PAGE_START = BEFORE_FIRST_LINE;
454 } else if (BEFORE_FIRST_LINE.equals(name)) {

Completed in 31 milliseconds