Solved

Which of the Following Assigns ALT+C as a Mnemonic Key

Question 2

Multiple Choice

Which of the following assigns ALT+C as a mnemonic key for the JButton object, clearButton?


A) clearButton.addMnemonic(KeyEvent.VK_C) ;
B) clearButton.setMnemonic(KeyEvent.C) ;
C) clearButton.setMnemonic(KeyEvent.VK_C) ;
D) clearButton.assignMnemonic(KeyEvent.VK_C) ;

Correct Answer:

verifed

Verified

Related Questions