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

/openjdk7/jdk/src/share/classes/sun/swing/
H A DMenuItemLayoutHelper.java83 private int afterCheckIconGap; field in class:MenuItemLayoutHelper
137 this.afterCheckIconGap = getAfterCheckIconGap(propertyPrefix);
223 int afterCheckIconGap = gap;
225 UIManager.get(propertyPrefix + ".afterCheckIconGap");
227 afterCheckIconGap = (Integer) afterCheckIconGapObject;
229 return afterCheckIconGap;
442 + afterCheckIconGap + iconSize.maxWidth + gap;
444 offset -= afterCheckIconGap;
575 // Tune afterCheckIconGap
576 if (lr.checkRect.width > 0) { // there is the afterCheckIconGap
1073 setAfterCheckIconGap(int afterCheckIconGap) argument
[all...]

Completed in 493 milliseconds