classpath-patches
[Top][All Lists]
Advanced

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

[cp-patches] FYI: Another BoxLayout fixlet


From: Roman Kennke
Subject: [cp-patches] FYI: Another BoxLayout fixlet
Date: Fri, 14 Oct 2005 17:19:47 +0200 (CEST)

In my BoxLayout rewrite I forgot to respect the insets of the container.
This is fixed. Also, I re-added the locking via the containers treeLock,
I don't know if that's needed (at least not in Swing, since we do
everything from the eventqueue) but since all the other layout managers
do this, I also added this back.

2005-10-14  Roman Kennke  <address@hidden>

        * javax/swing/BoxLayout.java
        (layoutContainer): Perform layout inside the container's
treeLock.
        Respect the insets of the container.


/Roman




reply via email to

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