classpath-patches
[Top][All Lists]
Advanced

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

Re: [cp-patches] RFC: Fix for JComboBox drop down list


From: Lillian Angel
Subject: Re: [cp-patches] RFC: Fix for JComboBox drop down list
Date: Thu, 29 Sep 2005 13:11:18 -0400

On Thu, 2005-09-29 at 16:26 +0200, Roman Kennke wrote:
> Am Donnerstag, den 29.09.2005, 14:51 +0000 schrieb David Gilbert:
> > This patch fixes a problem with the drop down list in a JComboBox where the 
> > list 
> > keeps getting wider and wider every time it is shown.  It involves a small 
> > change to 
> > the JPopupMenu class, which I'm not familiar with, so I'm asking for 
> > comments before 
> > I commit this:
> > 
> > 2005-09-29  David Gilbert  <address@hidden>
> > 
> >     * javax/swing/JPopupMenu.java
> >     (setVisible): use current size, not preferred size, when checking for
> >     screen edge,
> >     * javax/swing/plaf/basic/BasicComboPopup.java
> >     (show): include top and bottom insets in preferred size.
> ____

Looks fine :) There is an exception being thrown, but I believe its a
problem with JList. 

Lillian





reply via email to

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