classpath-patches
[Top][All Lists]
Advanced

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

[cp-patches] FYI: Component fixlet


From: Roman Kennke
Subject: [cp-patches] FYI: Component fixlet
Date: Wed, 02 Nov 2005 11:32:33 +0000

This fixes the default for Component.getMaximumSize() which should be
(Short.MAX_VALUE, Short.MAX_VALUE) as confirmed by a mauve test that
I've written.

This fixes a couple of the BoxLayout failures in Mauve.

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

        * java/awt/Component.java
        (getMaximumSize): Return (Short.MAX_VALUE, Short.MAX_VALUE)
instead
        of (Integer.MAX_VALUE, Integer.MAX_VALUE) as shown by the
        Mauve test.

/Roman

Attachment: Component.diff
Description: Text Data


reply via email to

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