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

/openjdk7/jdk/src/share/classes/javax/swing/
H A DAction.java142 * <code>SMALL_ICON</code>.
159 * <code>SMALL_ICON</code>
161 * <code>SMALL_ICON</code>. All other buttons will use
163 * use <code>SMALL_ICON</code>.
246 * typically specify both a <code>SMALL_ICON</code> and a
248 * <code>SMALL_ICON</code> and the button will use the
251 public static final String SMALL_ICON = "SmallIcon"; field in interface:Action
327 * typically specify both a <code>SMALL_ICON</code> and a
329 * <code>SMALL_ICON</code> and the button the <code>LARGE_ICON_KEY</code>.

Completed in 31 milliseconds