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

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

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

revision 1.6 by mkoch, Sat Feb 14 21:42:56 2004 UTC revision 1.7 by tromey, Sat Jun 4 19:16:11 2005 UTC
# Line 1  Line 1 
1  /* BasicCheckBoxUI.java  /* BasicCheckBoxUI.java
2     Copyright (C) 2002, 2004 Free Software Foundation, Inc.     Copyright (C) 2002, 2004, 2005 Free Software Foundation, Inc.
3    
4  This file is part of GNU Classpath.  This file is part of GNU Classpath.
5    
# Line 59  public class BasicCheckBoxUI extends Bas Line 59  public class BasicCheckBoxUI extends Bas
59        
60    public void installUI(final JComponent c)  {    public void installUI(final JComponent c)  {
61      super.installUI(c);      super.installUI(c);
62    }      }
63    
64      // Overridden to change method access.
65      public String getPropertyPrefix()
66      {
67        return super.getPropertyPrefix();
68      }
69  }  }
70    
71    

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

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