| Author |
How do you add a keylistener to JCTextField.
|
Pankaj Tendulkar
Greenhorn
Joined: Jan 11, 2005
Posts: 5
|
|
|
How do you add a keylistener to JCTextField.JCTextField is a component in the JClass API.
|
 |
Gregg Bolinger
Ranch Hand
Joined: Jul 11, 2001
Posts: 15230
|
|
Well, if it's anything like a JTextField, you use the addKeyListener method. You can add a KeyAdapter so that you only have to implement the method(s) you need or you can add a new KeyListener and implement all the methods.
|
 |
 |
|
|
subject: How do you add a keylistener to JCTextField.
|
|
|