Searched refs:NORTHWEST (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/test/javax/swing/JSlider/6524424/
H A Dbug6524424.java96 1, 0, GridBagConstraints.NORTHWEST, GridBagConstraints.HORIZONTAL,
/openjdk7/jdk/src/share/classes/java/awt/
H A DGridBagConstraints.java124 public static final int NORTHWEST = 18; field in class:GridBagConstraints
163 * {@code ComponentOrientation}. Equal to NORTHWEST for horizontal,
173 * left-to-right orientations and NORTHWEST for horizontal, right-to-left
434 * <code>SOUTHWEST</code>, <code>WEST</code>, and <code>NORTHWEST</code>.
H A DGridBagLayout.java138 * <li><code>GridBagConstraints.NORTHWEST</code></li>
1726 case GridBagConstraints.NORTHWEST:

Completed in 96 milliseconds