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

/openjdk7/jdk/src/windows/classes/sun/nio/fs/
H A DWindowsPathType.java35 RELATIVE, // foo enum constant in enum:WindowsPathType
/openjdk7/jdk/src/share/classes/java/awt/
H A DGridBagConstraints.java49 public static final int RELATIVE = -1; field in class:GridBagConstraints
314 * <code>RELATIVE</code> specifies that the component be placed
318 * The default value is <code>RELATIVE</code>.
330 * <code>RELATIVE</code> specifies that the component be placed just
334 * The default value is <code>RELATIVE</code>.
349 * Use <code>RELATIVE</code> to specify that the component's
368 * Use <code>RELATIVE</code> to specify that the component's
578 gridx = RELATIVE;
579 gridy = RELATIVE;

Completed in 30 milliseconds