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...
Beta copies of software are often distributed to software testers
Indicate whether the statement is true or false
Computer Science & Information Technology
You can create a VHD using the Hyper-V Manager in Windows 8.1 . This utility can be run on any Windows 8.1 machine even if the computer cannot support the Hyper-V platform
Indicate whether the statement is true or false
Computer Science & Information Technology