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: Roman Kennke
Subject: Re: [cp-patches] RFC: Fix for JComboBox drop down list
Date: Fri, 30 Sep 2005 22:11:44 +0200

Am Freitag, den 30.09.2005, 15:44 -0400 schrieb Lillian Angel:
> > We'll need to find some other way to make this work for JComboBoxes then 
> > - the drop down list width must match the width of the JComboBox, 
> > irrespective of the preferred size.
> 
> Roman will have to look at this because the Menu's layout depends on
> BoxLayout.
> 
> Roman, can you check why the icons are being drawn after the text in the
> menu items? This is possibly a result of your alignment fixes.

I can look into this, but it surely has nothing to do with the
BoxLayout. The icons were drawn wrong since we draw them at all. I think
they are laid out in SwingUtilities.layoutCompoundLabel, so either that
one is wrong or the call to this method is wrong (more likely).

/Roman

Attachment: signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil


reply via email to

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