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

/openjdk7/jdk/src/share/classes/java/awt/
H A DBorderLayout.java55 * positioning constants, <code>PAGE_START</code>, <code>PAGE_END</code>,
66 * <code>PAGE_START</code>, <code>PAGE_END</code>, <code>LINE_START</code>
75 * and <code>PAGE_START</code> constants in a container whose
77 * <code>PAGE_START</code> will be layed out.
267 * Synonym for PAGE_START. Exists for compatibility with previous
268 * versions. PAGE_START is preferred.
270 * @see #PAGE_START
310 public static final String PAGE_START = BEFORE_FIRST_LINE; field in class:BorderLayout
508 * <code>PAGE_START</code>, <code>PAGE_END</code>,
528 } else if (PAGE_START
[all...]
H A DGridBagConstraints.java132 public static final int PAGE_START = 19; field in class:GridBagConstraints
435 * The orientation relative values are: <code>PAGE_START</code>,

Completed in 74 milliseconds