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 exception handling in java?
Can classes declared using the abstract keyword cab be instantiated?
What is difference between static and final?
Can you explain inner class.
How do singleton patterns work?
What is difference between == equals () and compareto () method?
Why webdriver is an interface?
what is interface in java? Explain
Does google use java?
What is composition in java?
What if static is removed from main method?
Differentiate between vector and array list.
what is server side caching?
What is string made of?
How to create an immutable class?