/[classpath]/classpath/javax/swing/plaf/metal/MetalCheckBoxUI.java
ViewVC logotype

Diff of /classpath/javax/swing/plaf/metal/MetalCheckBoxUI.java

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

revision 1.2.2.3 by gnu_andrew, Sat Sep 10 15:31:52 2005 UTC revision 1.2.2.4 by gnu_andrew, Wed Nov 2 00:44:00 2005 UTC
# Line 44  import javax.swing.UIDefaults; Line 44  import javax.swing.UIDefaults;
44  import javax.swing.plaf.ComponentUI;  import javax.swing.plaf.ComponentUI;
45    
46  /**  /**
47   * A UI delegate for the {@link JCheckBox} component under the   * A UI delegate for the {@link JCheckBox} component.
  * {@link MetalLookAndFeel}.  
48   */   */
49  public class MetalCheckBoxUI  public class MetalCheckBoxUI
50    extends MetalRadioButtonUI    extends MetalRadioButtonUI
# Line 64  public class MetalCheckBoxUI Line 63  public class MetalCheckBoxUI
63    }    }
64    
65    /**    /**
66     * Returns an instance of MetalCheckBoxUI.     * Returns a shared instance of <code>MetalCheckBoxUI</code>.
67     *     *
68     * @param component the component for which we return an UI instance     * @param component the component for which we return an UI instance
69     *     *
70     * @return an instance of MetalCheckBoxUI     * @return A shared instance of <code>MetalCheckBoxUI</code>.
71     */     */
72    public static ComponentUI createUI(JComponent component)    public static ComponentUI createUI(JComponent component)
73    {    {

Legend:
Removed from v.1.2.2.3  
changed lines
  Added in v.1.2.2.4

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