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

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

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

revision 1.7 by mark, Fri Jul 30 20:21:19 2004 UTC revision 1.7.2.1 by gnu_andrew, Fri Jan 14 10:24:16 2005 UTC
# Line 89  public class InputMap Line 89  public class InputMap
89    {    {
90      Object result = inputMap.get(keystroke);      Object result = inputMap.get(keystroke);
91    
92      if (result == null)      if (result == null && parent != null)
93        result = parent.get(keystroke);        result = parent.get(keystroke);
94      return result;      return result;
95    }    }

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.7.2.1

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