classpath-patches
[Top][All Lists]
Advanced

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

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


From: Anthony Balkissoon
Subject: [cp-patches] FYI: Component.isDisplayable fixlet and Window method removal
Date: Thu, 15 Sep 2005 12:50:51 -0400

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.

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

        * java/awt/Component.java:
        (isDisplayable): Return true if peer != null.
        * java/awt/Window.java:
        (isDisplayable): Removed this method. Now inherits from Component.

--Tony

Attachment: Displayable.diff
Description: Text Data


reply via email to

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