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...

Answer the following statements true (T) or false (F)

1. The top-down design process is sometimes called step wise engineering. 2. If you are writing a method and you want it to receive arguments when it is called, you must equip the method with one or more access modifiers. 3. A mathematical expression such as A * B cannot be passed as an argument to a method containing a value parameter. 4. A mathematical expression such as A * B cannot be passed as an argument to a method containing a reference parameter.

Computer Science & Information Technology

Inspections, audits, and other types of human-powered reviews are resource-intensive, so they are normally done on a routine, periodic basis.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

Gigabit Ethernet was developed to increase the data rate of fast Ethernet by ____________________ times.

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

Computer Science & Information Technology

To add a table to the Relationships window, click Show Table in the ________ tab

A) Relationships group on the Design B) Tools group on the Design C) Relationships group on the Database Tools D) Tools group on the Database Tools

Computer Science & Information Technology