/[classpath]/classpath/java/awt/Container.java
ViewVC logotype

Diff of /classpath/java/awt/Container.java

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

revision 1.62 by abalkiss, Thu Sep 8 17:57:01 2005 UTC revision 1.63 by abalkiss, Thu Sep 8 18:11:55 2005 UTC
# Line 1089  public class Container extends Component Line 1089  public class Container extends Component
1089            }            }
1090    
1091          //don't return transparent components with no MouseListeners          //don't return transparent components with no MouseListeners
1092          if (!this.isOpaque() && this.getMouseListeners().length == 0)          if (this.getMouseListeners().length == 0)
1093            return null;            return null;
1094          return this;          return this;
1095        }        }

Legend:
Removed from v.1.62  
changed lines
  Added in v.1.63

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