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

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

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

revision 1.15 by mkoch, Fri Jan 28 12:12:54 2005 UTC revision 1.16 by rabbit78, Wed May 25 10:54:40 2005 UTC
# Line 163  public class JMenuItem extends AbstractB Line 163  public class JMenuItem extends AbstractB
163    protected void init(String text, Icon icon)    protected void init(String text, Icon icon)
164    {    {
165      super.init(text, icon);      super.init(text, icon);
166        setModel(new DefaultButtonModel());
167    
168      // Initializes properties for this menu item, that are different      // Initializes properties for this menu item, that are different
169      // from Abstract button properties.      // from Abstract button properties.

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16

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