【发布时间】:2014-03-25 13:06:43
【问题描述】:
我需要帮助来停用 JButton 的助记符。实际上我使用的是第 3 方 API,他们将助记符设置为“Alt C”。所以我想删除这个助记符并且不想为这个compButton设置任何东西(即想删除助记符)。
// Alt + 'C' selects the comp.
compButton.setMnemonic(KeyEvent.VK_C);
【问题讨论】:
标签: java swing jbutton mnemonics