classpath-patches
[Top][All Lists]
Advanced

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

[cp-patches] FYI: Container fix


From: Roman Kennke
Subject: [cp-patches] FYI: Container fix
Date: Thu, 17 Nov 2005 21:01:26 +0000

I fixed some stuff in java.awt.Container.

2005-11-17  Roman Kennke  <address@hidden>

        * java/awt/Container.java
        (Container): Added comment.
        (remove): Only call removeNotify if removed component is still
        showing.
        (paintComponents): Call paint() instead of super.paint().
        (AccessibleContainerHandler.AccessibleContainerHandler): Added
        comment.
        (LightweightDispatcher.acquireComponentForMouseEvent):
        Don't special case MOUSE_RELEASED events. They should be
        dispatched unmodified just as MOUSE_PRESSED.
        (LightweightDispatcher.handleEvent): Also clean up the pressCount
        after a MOUSE_RELEASE.


/Roman

Attachment: patch.diff
Description: Text Data


reply via email to

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