@Deprecated cnd61_dev_root
authorjglick@netbeans.org
Sat, 27 Oct 2007 20:42:34 +0000
changeset 3052101e1f34574
parent 304 215d840ef7fa
child 306 66f0c21d2b83
@Deprecated
openide.util/src/org/openide/util/Utilities.java
     1.1 --- a/openide.util/src/org/openide/util/Utilities.java	Tue Oct 23 15:47:57 2007 +0000
     1.2 +++ b/openide.util/src/org/openide/util/Utilities.java	Sat Oct 27 20:42:34 2007 +0000
     1.3 @@ -771,9 +771,8 @@
     1.4      /** Test whether the operating system supports icons on frames (windows).
     1.5      * @return <code>true</code> if it does <em>not</em>
     1.6      * @deprecated Obsolete, useless method, no replacement.
     1.7 -    *
     1.8      */
     1.9 -    public static final boolean isLargeFrameIcons() {
    1.10 +    @Deprecated public static final boolean isLargeFrameIcons() {
    1.11          return (getOperatingSystem() == OS_SOLARIS) || (getOperatingSystem() == OS_HP);
    1.12      }
    1.13