Name the method that is used to set a TextComponent to the
read-only state?
Answer Posted / ranganathkini
The setEditable( boolean b ) is used to set a TextComponent
to a read-only state
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What is unicode in java?
What is difference between local variable and global variable?
What are the major advantages of internal iteration over external iteration?
What is java Applet?
What is the difference between throw and throws keywords?
How can you make a class serializable in java?
What is java basic concept?
what is mutual exclusion? : Java thread
Where is the find and replace?
What are different data types?
What are identifiers in java?
How many types of variables are there?
How finally used under exception handling?
What are the changes in java.io in java 8 ?
For class CFoo { }; what default methods will the compiler generate for you>?