/[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.63 by abalkiss, Thu Sep 8 18:11:55 2005 UTC revision 1.64 by abalkiss, Mon Sep 12 14:19:26 2005 UTC
# Line 1060  public class Container extends Component Line 1060  public class Container extends Component
1060     * otherwise the top-most component (out of this container itself and     * otherwise the top-most component (out of this container itself and
1061     * its descendants) meeting the criteria above.     * its descendants) meeting the criteria above.
1062     */     */
1063    public Component findComponentForMouseEventAt(int x, int y)    Component findComponentForMouseEventAt(int x, int y)
1064    {    {
1065      synchronized (getTreeLock())      synchronized (getTreeLock())
1066        {        {
# Line 2013  class LightweightDispatcher implements S Line 2013  class LightweightDispatcher implements S
2013     * location, otherwise the appropriate component from the conditions     * location, otherwise the appropriate component from the conditions
2014     * above.     * above.
2015     */     */
2016    public static Component getDeepestComponentForMouseEventAt (    Component getDeepestComponentForMouseEventAt (
2017                                                                Component parent, int x, int y)                                                                Component parent, int x, int y)
2018    {    {
2019      if (parent == null || (! parent.contains(x, y)))      if (parent == null || (! parent.contains(x, y)))

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

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