< prev index next >

src/java.desktop/share/classes/com/sun/java/swing/plaf/windows/WindowsInternalFrameTitlePane.java

Print this page

        

*** 501,511 **** private static final int SIZE = 16; private Icon[] icons; /** ! * @params objects an array of Icon or UIDefaults.LazyValue * <p> * The constructor is public so it can be called by UIDefaults.ProxyLazyValue. */ public ScalableIconUIResource(Object[] objects) { this.icons = new Icon[objects.length]; --- 501,511 ---- private static final int SIZE = 16; private Icon[] icons; /** ! * @param objects an array of Icon or UIDefaults.LazyValue * <p> * The constructor is public so it can be called by UIDefaults.ProxyLazyValue. */ public ScalableIconUIResource(Object[] objects) { this.icons = new Icon[objects.length];
< prev index next >