classpath-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cp-patches] Patch fixes bug #16540 GlassPane intercepting Mouse eve


From: Anthony Balkissoon
Subject: Re: [cp-patches] Patch fixes bug #16540 GlassPane intercepting Mouse events
Date: Mon, 12 Sep 2005 10:22:33 -0400

On Thu, 2005-09-08 at 15:34 -0600, Tom Tromey wrote:
> Tony> +  public Component findComponentForMouseEventAt(int x, int y)
> 
> This is public here, but afaics it is not public in the JDK.
> 
> Tony> +  public static Component getDeepestComponentForMouseEventAt (
> Tony> +                                                              
> Component parent, int x, int y)
> 
> Likewise.
> 
> Unfortunately, we can't add public or protected methods,
> constructors, or fields.
> 
> Tom

Fixed this.

2005-09-12  Anthony Balkissoon  <address@hidden>

        * java/awt/Container.java:
        (findComponentForMouseEventAt): Reduced visibility to package-private.
        (getDeepestComponentForMouseEventAt): Reduced visibility to 
        package-private and removed static modifier.

--Tony





reply via email to

[Prev in Thread] Current Thread [Next in Thread]