[cp-patches] FYI: DefaultButtonModel.setSelected()

2006-05-16 Thread David Gilbert
This patch (committed) clears the ARMED and PRESSED states when the model changes from selected to not selected, to match the behaviour of the reference implementation: 2006-05-16 David Gilbert <[EMAIL PROTECTED]> * javax/swing/DefaultButtonModel.java (setSelected): If new SEL

[cp-patches] FYI: DefaultButtonModel.setSelected() fixlet

2006-06-16 Thread David Gilbert
This patch (committed) fixes a minor bug in the setSelected() method for the DefaultButtonModel class: 2006-06-16 David Gilbert <[EMAIL PROTECTED]> * javax/swing/DefaultButtonModel.java (setSelected): Use 'this', not null, for the item in the ItemEvent. Mauve test update to f