classpath-patches
[Top][All Lists]
Advanced

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

[cp-patches] FYI: Component event handling fix


From: Roman Kennke
Subject: [cp-patches] FYI: Component event handling fix
Date: Fri, 13 Jan 2006 21:19:51 +0000

Hi,

this is the first patch that I commit to make our AWT more compatible
with the 1.0-style event handling. It moves some code from
dispatchEventImpl to dispatchEvent and fixes translateEvent() to also be
usable for MenuComponent events.

2006-01-13  Roman Kennke  <address@hidden>

        * java/awt/Component.java
        (dispatchEvent): Moved handling of old style events from
        dispatchEventImpl() to this method.
        (translateEvent): Removed unnecessary cast.
        (dispatchEventImpl): Moved handling of old style events to
        dispatchEvent().

/Roman

Attachment: patch.diff
Description: Text Data


reply via email to

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