< prev index next >

src/java.desktop/share/classes/sun/swing/icon/SortArrowIcon.java

Print this page

        

*** 53,63 **** // If non-null indicates the color should come from the UIManager with // this key. private String colorKey; /** ! * Creates a <code>SortArrowIcon</code>. * * @param ascending if true, icon respresenting ascending sort, otherwise * descending * @param color the color to render the icon */ --- 53,63 ---- // If non-null indicates the color should come from the UIManager with // this key. private String colorKey; /** ! * Creates a {@code SortArrowIcon}. * * @param ascending if true, icon respresenting ascending sort, otherwise * descending * @param color the color to render the icon */
*** 68,78 **** throw new IllegalArgumentException(); } } /** ! * Creates a <code>SortArrowIcon</code>. * * @param ascending if true, icon respresenting ascending sort, otherwise * descending * @param colorKey the key used to find color in UIManager */ --- 68,78 ---- throw new IllegalArgumentException(); } } /** ! * Creates a {@code SortArrowIcon}. * * @param ascending if true, icon respresenting ascending sort, otherwise * descending * @param colorKey the key used to find color in UIManager */
< prev index next >