[cp-patches] [cp--patches] RFA: AbstractButton

2006-06-15 Thread Tania Bento
Hey, In a previous mauve test, I changed 'focusable' to be set to false (and not true) in AbstractButton.java. However, for the past couple of days I have been writing mauve tests and it should in fact be set to true and only set to false by the other classes (JRadioButtonMenuItem,

Re: [cp-patches] RFA: AbstractButton

2006-06-15 Thread Lillian Angel
On Thu, 2006-06-15 at 13:29 -0400, Tania Bento wrote: Hey, In a previous mauve test, I changed 'focusable' to be set to false (and not true) in AbstractButton.java. However, for the past couple of days I have been writing mauve tests and it should in fact be set to true and only set to

Re: [cp-patches] [cp--patches] RFA: AbstractButton

2006-06-15 Thread Tania Bento
Sorry, changelog should be: 2006-06-15 Tania Bento [EMAIL PROTECTED] * javax/swing/AbstractButton.java: (AbstractButton): 'Focusable' should be set to true and not false. On Thu, 2006-06-15 at 13:29 -0400, Tania Bento wrote: Hey, In a previous mauve test, I changed