classpath-patches
[Top][All Lists]
Advanced

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

[cp-patches] FYI: BasicInternalFrameUI fixes


From: Roman Kennke
Subject: [cp-patches] FYI: BasicInternalFrameUI fixes
Date: Fri, 18 Nov 2005 14:58:25 +0000

Hi,

This fixes some issues with BasicInternalFrameUI.

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

        * javax/swing/plaf/basic/BasicInternalFrameUI.java
        (installUI): Don't install layout here.
        (uninstallUI): Don't uninstall layout here.
        (installDefaults): Install layout here.
        (uninstallDefaults): Uninstall layout here.
        (getPreferredSize): Use getLayout() to fetch the layout of the
frame
        instead of directly accessing the corresponding field. This
        is necessary to make subclasses work that don't use this field.
        (getMinimumSize): Likewise.
        (getMaximumSize): Likewise.

/Roman

Attachment: patch.diff
Description: Text Data


reply via email to

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