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

/openjdk7/jdk/src/share/classes/javax/swing/plaf/metal/
H A DMetalIconFactory.java1645 static private final Dimension fileIcon16Size = new Dimension( 16, 16 ); field in class:MetalIconFactory
1688 int right = fileIcon16Size.width - 1;
1689 int bottom = fileIcon16Size.height - 1;
1719 public int getIconWidth() { return fileIcon16Size.width; }
1720 public int getIconHeight() { return fileIcon16Size.height + getAdditionalHeight(); }

Completed in 35 milliseconds