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

/openjdk7/jdk/src/share/classes/javax/swing/plaf/metal/
H A DMetalIconFactory.java1488 static private final Dimension folderIcon16Size = new Dimension( 16, 16 ); field in class:MetalIconFactory
1588 int right = folderIcon16Size.width - 1;
1589 int bottom = folderIcon16Size.height - 1;
1623 public int getIconWidth() { return folderIcon16Size.width; }
1624 public int getIconHeight() { return folderIcon16Size.height + getAdditionalHeight(); }

Completed in 45 milliseconds