Click to See Complete Forum and Search --> : AWT TextField


AAlex
January 31st, 2000, 10:35 AM
Can someone tell me how to make a TextField not editable. I don't want the user to be able to edit of enter any information displayed in a text field. I don't know how to do this. Help please.

mjpell
January 31st, 2000, 02:29 PM
I think that textfield.setEditable(false); will work for you.