/[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.10.2.4 by gnu_andrew, Sat Jan 29 02:45:23 2005 UTC revision 1.10.2.5 by gnu_andrew, Fri May 27 00:01:45 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.10.2.4  
changed lines
  Added in v.1.10.2.5

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