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

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

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

revision 1.40 by rabbit78, Mon May 30 13:19:39 2005 UTC revision 1.41 by rabbit78, Wed Jun 1 08:56:16 2005 UTC
# Line 1788  public abstract class JComponent extends Line 1788  public abstract class JComponent extends
1788     */     */
1789    protected void processKeyEvent(KeyEvent e)    protected void processKeyEvent(KeyEvent e)
1790    {    {
1791        // let the AWT event processing send KeyEvents to registered listeners
1792        super.processKeyEvent(e);
1793      processComponentKeyEvent(e);      processComponentKeyEvent(e);
1794    
1795      // FIXME: this needs to be elaborated significantly, to do all the      // FIXME: this needs to be elaborated significantly, to do all the

Legend:
Removed from v.1.40  
changed lines
  Added in v.1.41

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