classpath-patches
[Top][All Lists]
Advanced

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

Re: [cp-patches] Patch for Approval: BorderLayout fixes JMenu strange si


From: Thomas Fitzsimmons
Subject: Re: [cp-patches] Patch for Approval: BorderLayout fixes JMenu strange size reduction.
Date: Wed, 20 Jul 2005 14:04:06 -0400

On Wed, 2005-07-20 at 11:18 -0400, Anthony Balkissoon wrote:
> This patch fixes the strange size reduction seen in Robert Schuster's
> license chooser program and reported to bug-classpath.
> 
> This patch essentially removes the horizontal and vertical padding of
> components when there is no adjacent component.  The problem involved
> JRootPane being resized everytime its JLayeredPane was resized: the
> JLayeredPane would be set to the full size of the JRootPane only to have
> the JRootPane be reduced in size due to this padding issue.
> 
> This patch needs approval, especially since it involves an AWT layout
> manager rather than my normal swing widgets.
> 
> Patch is attached.

Looks good, please commit.

Thanks,
Tom






reply via email to

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