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

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

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

revision 1.13 by rabbit78, Wed Jul 27 12:41:33 2005 UTC revision 1.14 by langel, Wed Aug 3 21:06:33 2005 UTC
# Line 149  public class JCheckBoxMenuItem extends J Line 149  public class JCheckBoxMenuItem extends J
149      super(text, icon);      super(text, icon);
150      setModel(new JToggleButton.ToggleButtonModel());      setModel(new JToggleButton.ToggleButtonModel());
151      this.state = state;      this.state = state;
152        this.setVisible(true);
153    }    }
154    
155    private void writeObject(ObjectOutputStream stream) throws IOException    private void writeObject(ObjectOutputStream stream) throws IOException

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

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