Hi Sergey,

> On 13-Dec-2019, at 5:07 AM, Sergey Bylokhov <[email protected]> 
> wrote:
> 
> Probably we can update the BasicTreeUI.setLargeModel() as well? current spec 
> looks incomplete:
> 
>    /**
>     * Updates the componentListener, if necessary.
>     *
>     * @param largeModel the new value
>     */
>    protected void setLargeModel(boolean largeModel) {

I would suggest to update the spec for BasicTreeUI.setLargeModel() as following
/**
 * Updates the componentListener, if necessary.
 *
 * Called when the {@code largeModel} property is changed in the drawn tree
 * component.
 *
 * @param largeModel the new value of the {@code largeModel} property
 */

Regards
Tejpal

Reply via email to