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

/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/motif/
H A DMotifDesktopIconUI.java63 final static int LABEL_DIVIDER = 4; // padding between icon and label field in class:MotifDesktopIconUI
168 int h = defaultIcon.getIconHeight() + LABEL_HEIGHT + LABEL_DIVIDER;
253 LABEL_HEIGHT + LABEL_DIVIDER);
263 return new Dimension(w, LABEL_HEIGHT + LABEL_DIVIDER);

Completed in 31 milliseconds