Hi list,

> Together with this patch goes in the last AWT patch which I obviously
> forgot to commit. Sorry for this inconvenience.

Seems like I did not only forget to commit the previous patch, but also
forgot to send a message to the ML. So, I did some minor fixes to some
AWT classes and here's the ChangeLog to it:

2007-01-04  Roman Kennke  <[EMAIL PROTECTED]>

        * java/awt/AWTEvent.java
        (toString): Don't include the whole component in the output,
        only its name.
        * java/awt/Component.java
        (isShowing): Create local copy of parent field for better
        thread safety and efficiency.
        * java/awt/EventDispatchThread.java
        (EventDispatchThread): Make sure the event thread is not a
daemon
        thread in case it gets started by a daemon thread.
        * java/awt/image/IndexColorModel.java
        (createColorMap): New helper method for creating the color map.
        (IndexColorModel): (all constructors) use createColorMap()
helper
        method.


/Roman



Reply via email to