Hello there! I was wondering if there was any kind of method that could make a TextField unable to write on it. It's an usual action of textfields in programs, when you select an option that makes the textfield grey-colored and unable to write on it. I'd like to know if there is a method that could perform this action in Java textfields. I hope there is one, thanks.

