<Swing Dev> [9] Review request for 8158566 Provide a Swing property to not close toggle menu items on mouse click
Alexandr Scherbatiy
alexandr.scherbatiy at oracle.com
Mon Jun 20 17:59:52 UTC 2016
Hello,
Could you review the updated fix:
http://cr.openjdk.java.net/~alexsch/8158566/webrev.01/
The documentation is added to the JCheckBoxMenuItem and
JRadioButtonMenuItem classes.
Thanks,
Alexandr.
On 6/19/2016 9:05 PM, Philip Race wrote:
> So how does one know of the existence of this property ?
> There seems to be a documentation/specification element missing here.
>
> Perhaps if you query the supported properties on the component
> it is returned, but you still need documentation to explain how
> it is used/interpreted.
>
> If it is not documented .. it can not be supported API, which is what we
> need here.
>
> If the answer is that none of the others are documented,
> then that is a problem too .. no matter how long standing.
>
> -phil.
>
>
> On 6/14/16, 12:49 PM, Alexandr Scherbatiy wrote:
>>
>> Hello,
>>
>> Could you review the fix:
>> bug: https://bugs.openjdk.java.net/browse/JDK-8158566
>> webrev: http://cr.openjdk.java.net/~alexsch/8158566/webrev.00
>>
>> The proposed "RadioButtonMenuItem.closeOnMouseClick" and
>> "CheckBoxMenuItem.closeOnMouseClick" properties allows to control
>> JRadioButtonMenuItem and JCheckBoxMenuItem closing on mouse click.
>>
>> Thanks,
>> Alexandr.
>>
>>
More information about the swing-dev
mailing list