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: Tue, 08 Nov 2005 13:26:42 +0000

Hi,

I fixed the methods getAlignmentX() and getAlignmentY() in
java.awt.Container. These should refer to the layout manager's
layoutAlignmentX/Y() method if its a LayoutManager2. This is backed by a
Mauve test that I committed.

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

        * java/awt/Container.java
        (getAlignmentX): Refer to the layout managers layoutAlignmentX
        property if layout manager is a LayoutManager2.
        (getAlignmentY): Refer to the layout managers layoutAlignmentY
        property if layout manager is a LayoutManager2.

/Roman

Attachment: patch.diff
Description: Text Data


reply via email to

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