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

/openjdk7/jdk/src/share/classes/javax/swing/plaf/metal/
H A DMetalIconFactory.java1878 static private final Dimension menuArrowIconSize = new Dimension( 4, 8 ); field in class:MetalIconFactory
1921 public int getIconWidth() { return menuArrowIconSize.width; }
1923 public int getIconHeight() { return menuArrowIconSize.height; }
1933 public int getIconWidth() { return menuArrowIconSize.width; }
1935 public int getIconHeight() { return menuArrowIconSize.height; }

Completed in 33 milliseconds