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

/openjdk7/jdk/src/share/classes/javax/swing/
H A DGroupLayout.java235 public static final int PREFERRED_SIZE = -2; field in class:GroupLayout
352 type != PREFERRED_SIZE) ||
353 (!isComponentSpring && type != PREFERRED_SIZE))) {
1437 * or one of {@code DEFAULT_SIZE} or {@code PREFERRED_SIZE}. A
1443 * on the component. Likewise, {@code PREFERRED_SIZE} indicates
1458 * group.addComponent(myComponent, GroupLayout.PREFERRED_SIZE,
1459 * GroupLayout.PREFERRED_SIZE, GroupLayout.DEFAULT_SIZE);
1466 * not one of {@code PREFERRED_SIZE} or {@code DEFAULT_SIZE}, or
1515 * {@code PREFERRED_SIZE}
1517 * {@code PREFERRED_SIZE}
[all...]

Completed in 30 milliseconds