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: Tom Tromey
Subject: Re: [cp-patches] Patch fixes bug #16540 GlassPane intercepting Mouse events
Date: 08 Sep 2005 15:34:01 -0600
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50

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




reply via email to

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