classpath-patches
[Top][All Lists]
Advanced

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

Re: [cp-patches] FYI: BasicComboBoxUI.getLargestItemSize()


From: Mark Wielaard
Subject: Re: [cp-patches] FYI: BasicComboBoxUI.getLargestItemSize()
Date: Sun, 18 Sep 2005 19:13:52 +0200

Hi,

On Sun, 2005-09-18 at 14:44 +0000, David Gilbert wrote:
>    /* Size of the largest item in the comboBox
>     * This is package-private to avoid an accessor method.
>     */
> -  Dimension largestItemSize;
> +  Dimension displaySize;

Now that we have a protected (so package accessible) method to access
this wouldn't it be a good idea to make all other (inner) classes access
this through the protected method (which might be overridden)?

Cheers,

Mark

Attachment: signature.asc
Description: This is a digitally signed message part


reply via email to

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