aspose file tools
The moose likes Swing / AWT / SWT and the fly likes mnemonics are not getting focus for the menubar Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Swing / AWT / SWT
Reply Bookmark "mnemonics are not getting focus for the menubar" Watch "mnemonics are not getting focus for the menubar" New topic
Author

mnemonics are not getting focus for the menubar

Venkateshwarlu Narsing
Greenhorn

Joined: Jul 22, 2008
Posts: 2
problem: mnemonics are not getting focus for the menubar

scenario: I have one JFrame and one JInternalFrame. The JFrame has a menubar with mnemonics assigned to every menu. Mnemonics are working fine when the JInternalFrame is opend. But after closing the JInternalFrame the mnemonics for the menubar are not working. That is menus are not getting focus when I use mnemonics like ALT+F

Any help heighly appriciated
Craig Wood
Ranch Hand

Joined: Jan 14, 2004
Posts: 1535
Seems to work in j2se 1.6.0_07
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: mnemonics are not getting focus for the menubar
 
Similar Threads
KeyListener Stops Working
using mnemonics in Java Applet
Focus problem
JInternalFrame to get Focus
Implementing listeners to menu events