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

/openjdk7/jdk/src/share/classes/javax/swing/plaf/synth/
H A DSynthToolBarUI.java449 if (isGlue(tb.getComponent(i))) glueCount++;
498 if (isGlue(c)) d.width += extraSpacePerGlue;
543 if (isGlue(c)) d.height += extraSpacePerGlue;
552 private boolean isGlue(Component c) { method in class:SynthToolBarUI.SynthToolBarLayoutManager

Completed in 23 milliseconds