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

/openjdk7/jdk/src/share/classes/javax/swing/
H A DGroupLayout.java1164 Spring sourceSpring;
1167 sourceSpring = sourceInfo.horizontalSpring;
1170 sourceSpring = sourceInfo.verticalSpring;
1175 Spring spring = sourceSpring.getParent();
3477 ComponentSpring sourceSpring = sources.get(i);
3479 updateSize(p, sourceSpring, position));
3490 private int updateSize(LayoutStyle p, ComponentSpring sourceSpring, argument
3493 if (sourceSpring.getComponent() instanceof JComponent) {
3495 (JComponent)sourceSpring.getComponent(), position,
3499 sourceSpring
[all...]

Completed in 30 milliseconds