Which of the following statements makes the text in a JTextField uneditable?

a. textField.setEditable(true);
b. textField.setEditable(false);
c. textField.setUneditable(true);
d. textField.setUneditable(false);


b. textField.setEditable(false);

Computer Science & Information Technology

You might also like to view...

Which operation below is not part of the Map interface?

a) Given a key, determine the value associated with the key in a map. b) Determine if a key is in an element in a map. c) Determine if a value is in in an element in a map. d) Given a value, determine the key that is associated with the value in a map. e) All of these operations are part of the Map interface

Computer Science & Information Technology

The __________ access specifier permits class members to be accessed by statements both outside the class and outside the assembly.

a. Public b. Protected c. Private d. Friends

Computer Science & Information Technology

The _____ rating system works with the EPA to ensure a computer has a green design

Fill in the blank(s) with correct word

Computer Science & Information Technology

Which country hosted the most malware on the web in 2009?

a. Peru b. Russia c. China d. United States

Computer Science & Information Technology