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...
The ____________________ are where you include the content and images specific to each page.
Fill in the blank(s) with the appropriate word(s).
Computer Science & Information Technology
The following sentence places the modifier in the correct location.?
A. ?The company almost achieved a 25 percent increase in sales over last quarter. B. ?The company achieved almost a 25 percent increase in sales over last quarter.
Computer Science & Information Technology