/[classpath]/classpath/javax/swing/plaf/basic/BasicCheckBoxMenuItemUI.java
ViewVC logotype

Diff of /classpath/javax/swing/plaf/basic/BasicCheckBoxMenuItemUI.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.6.2.2 by gnu_andrew, Tue Aug 2 20:12:37 2005 UTC revision 1.6.2.3 by gnu_andrew, Sat Sep 10 15:31:51 2005 UTC
# Line 67  public class BasicCheckBoxMenuItemUI ext Line 67  public class BasicCheckBoxMenuItemUI ext
67    }    }
68    
69    /**    /**
70     * DOCUMENT ME!     * Returns the prefix for entries in the {@link UIDefaults} table.
71     *     *
72     * @return $returnType$ DOCUMENT ME!     * @return "CheckBoxMenuItem"
73     */     */
74    protected String getPropertyPrefix()    protected String getPropertyPrefix()
75    {    {
76      return null;      return "CheckBoxMenuItem";
77    }    }
78    
79    /**    /**

Legend:
Removed from v.1.6.2.2  
changed lines
  Added in v.1.6.2.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26