Re: [cp-patches] RFC: JMenuItem null accelerators

2006-01-04 Thread Anthony Balkissoon
On Wed, 2006-01-04 at 00:08 +0100, Mark Wielaard wrote: Hi, At various points we try to register a null KeyStroke with an InputMap. This gives some problems later on when InputMaps are copied because null entries aren't always expected. Does the following patch make sense? looks OK to me.

[cp-patches] RFC: JMenuItem null accelerators

2006-01-03 Thread Mark Wielaard
Hi, At various points we try to register a null KeyStroke with an InputMap. This gives some problems later on when InputMaps are copied because null entries aren't always expected. Does the following patch make sense? 2006-01-03 Mark Wielaard [EMAIL PROTECTED] * javax/swing/JMenuItem.java