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);

C) clearButton.setMnemonic(KeyEvent.VK_C);

Computer Science & Information Technology

You might also like to view...

If a storage pool is configured as if it has more virtual storage than the physical drives actually offer, what feature is being used?

A. thick provisioning B. thin provisioning C. explicit zeroing D. implicit zeroing

Computer Science & Information Technology

Once an attacker's wireless device has entered the network and focused its attacks at other similar devices this is known as a(n) ____________________.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology