/[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.4 by trebligd, Wed Aug 31 15:23:10 2005 UTC revision 1.5 by trebligd, Thu Oct 27 09:50:58 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.4  
changed lines
  Added in v.1.5

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