swing accelerators
I read the difference about mnemonics and accelerators but now I was wondering i开发者_开发百科f these accelerators are used only with menu items or also on other JComponents.
You can use key bindings for any JComponent :)
Check out this guide
精彩评论