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

/openjdk9/jdk/src/java.desktop/share/classes/java/awt/
H A DFlowLayout.java144 * {@code newAlign} is the property that determines
161 int newAlign; // This is the one we actually use field in class:FlowLayout
252 return newAlign;
270 this.newAlign = align;
518 switch (newAlign) {
647 // - 1 for version >= Java 2 platform v1.2, which includes "newAlign" field
672 // "newAlign" field wasn't present, so use the old "align" field.

Completed in 86 milliseconds