classpath-patches
[Top][All Lists]
Advanced

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

Re: [cp-patches] Patch: Window fix


From: Roman Kennke
Subject: Re: [cp-patches] Patch: Window fix
Date: Tue, 01 Nov 2005 23:18:46 +0000

Hi,

Am 1.11.2005 schrieb "Lillian Angel" <address@hidden>:

>2005-11-01  Lillian Angel  <address@hidden>
>
>        * java/awt/Window.java
>        (show): If pack is not called before show, the size of the
>        window is often set to 0. This is now fixed.
>

I reverted that patch, this is certainly wrong and I would want to avoid
this to go into the release. If the size is not set explicitly and pack
is not called, the Window size is set to its minimum. The attached
little test program confirms this.

Lillian: If you are not 100% sure about things you change, especially in
areas outside of your primary focus (== outside of Swing), please either
back it up with a good mauve testcase and/or post it as RFC.

I suppose you have seen a bug in some app that has lead you to this
change, what was the real problem that you patch was supposed to solve?

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

        * java/awt/Window.java
        (show): Don't set size of the window here.

Attachment: Window.diff
Description: Text Data

Attachment: TestFrame.java
Description: Text Data


reply via email to

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