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
Computer Science & Information Technology
You might also like to view...
Which function would be best used to determine the rank of each student in a graduating high school class?
A) QUARTILE.INC B) RANK.EQ C) QUARTILE.EXC D) RANK.AVG
Computer Science & Information Technology
The amount by which the counter variable is incremented or decremented in a For loop is known as the __________.
a. incremental value b. step amount c. accumulator d. counter index
Computer Science & Information Technology