/[classpath]/classpath/javax/swing/JCheckBox.java
ViewVC logotype

Diff of /classpath/javax/swing/JCheckBox.java

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

revision 1.12 by mark, Sat Jul 2 20:32:47 2005 UTC revision 1.13 by rschuster, Wed Jul 13 00:34:54 2005 UTC
# Line 1  Line 1 
1  /* JCheckBox.java --  /* JCheckBox.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 127  public class JCheckBox extends JToggleBu Line 127  public class JCheckBox extends JToggleBu
127        
128    protected  String paramString()    protected  String paramString()
129    {    {
130      return "JCheckBox";      return super.paramString() + ",borderPaintedFlat=" + borderPaintedFlat;
131    }    }
132    
133    public boolean isBorderPaintedFlat()    public boolean isBorderPaintedFlat()

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13

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