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

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

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

revision 1.20 by abalkiss, Mon Nov 14 20:58:47 2005 UTC revision 1.21 by abalkiss, Mon Nov 14 21:15:52 2005 UTC
# Line 551  public class JMenuBar extends JComponent Line 551  public class JMenuBar extends JComponent
551     */     */
552    public void removeNotify()    public void removeNotify()
553    {    {
554      // FIXME: Must unregister this menu bar with the current keyboard manager.      KeyboardManager.getManager().unregisterJMenuBar(this);
555      super.removeNotify();      super.removeNotify();
556    }    }
557    

Legend:
Removed from v.1.20  
changed lines
  Added in v.1.21

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