classpath-patches
[Top][All Lists]
Advanced

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

Re: [cp-patches] FYI: Component.isDisplayable fixlet and Window method r


From: Thomas Fitzsimmons
Subject: Re: [cp-patches] FYI: Component.isDisplayable fixlet and Window method removal
Date: Thu, 15 Sep 2005 13:42:41 -0400

On Thu, 2005-09-15 at 12:50 -0400, Anthony Balkissoon wrote:
> Component.isDisplayable should return true if peer != null.  Window no
> longer needs to override this method (and it doesn't, according to the
> API), so I removed the method from Window.java.  Patch attached.

Window overrides isDisplayable specifically because
Window.isDisplayable's return value should *not* depend on its parents
displayability.  Please revert that part of this patch.  Also, it'd be
nice if you could add a javadoc to Window.isDisplayable explaining its
divergence from Component.isDisplayable.

Tom






reply via email to

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