• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

mnemonics are not getting focus for the menubar

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
 
Ranch Hand
Posts: 1535
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Seems to work in j2se 1.6.0_07
 
reply
    Bookmark Topic Watch Topic
  • New Topic