Works on my computer. Cheers, Francis
On Tue, 2006-07-25 at 13:11 +0200, Roman Kennke wrote: > I implemented the missing keyboard actions for BasicMenuBarUI. Now it > should be possible to bring up the menu using F10. Unfortunately > keyboard input seems broken for me so I can't test. > > > 2006-07-25 Roman Kennke <[EMAIL PROTECTED]> > > * javax/swing/plaf/basic/BasicMenuBarUI.java > (FocusAction): New inner class. Used to grab focus. > (installKeyboardActions): Implemented. > (uninstallKeyboardActions): Implemented. > (getActionMap): New helper method. > (createDefaultActions): New helper method. > > /Roman