classpath-patches
[Top][All Lists]
Advanced

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

[cp-patches] FYI: Implemented OverlayLayout


From: Roman Kennke
Subject: [cp-patches] FYI: Implemented OverlayLayout
Date: Fri, 30 Sep 2005 00:05:53 +0200 (CEST)
User-agent: SquirrelMail/1.4.4

Hi,

I implemented the (previously complete stub) OverlayLayout. I also added a
bunch of Mauve tests that make sure that this layout manager works
correctly.

Like the BoxLayout, the OverlayLayout relies on the SizeRequirements
utilities methods, so these testcase are also backing the BoxLayout and
the SizeRequirements class somewhat.

2005-09-29  Roman Kennke  <address@hidden>

        Fixes Bug #23851
        * javax/swing/OverlayLayout.java
        (OverlayLayout): Implemented.
        (invalidateLayout): Implemented.
        (addLayoutComponent(Component, Object)): Implemented.
        (addLayoutComponent(String, Component)): Implemented.
        (removeLayoutComponent): Implemented.
        (preferredLayoutSize): Implemented.
        (minimumLayoutSize): Implemented.
        (maximumLayoutSize): Implemented.
        (getLayoutAlignmentX): Implemented.
        (getLayoutAlignmentY): Implemented.
        (layoutContainer): Implemented.
        (checkRequirements): New private helper method.
        (checkTotalRequirements): New private helper method.
        (checkLayout): New private helper method.


/Roman

Attachment: OverlayLayout.diff
Description: Text Data


reply via email to

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