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
signature.asc
Description: This is a digitally signed message part
_______________________________________________ Classpath-patches mailing list [email protected] http://lists.gnu.org/mailman/listinfo/classpath-patches
