I have one frame that opens up another frame (editor). Most of the menu accelerators don't work when opened this way, but when I run the editor frame standalone, they do work. Should it work?

link|improve this question
1  
Yes they work fine. Please provide an SSCCE. – jzd Jan 25 '11 at 0:48
1  
I second the recommendation above. For a link to the SSCCE requirements, please look here: sscce.org – Hovercraft Full Of Eels Jan 25 '11 at 0:52
feedback

1 Answer

It turns out that when you open one frame from another in java you have to start another thread or the keybindings don't work right - they all get caught by the first frame. This makes sense.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.