mjpell
February 22nd, 2000, 10:25 AM
I want to make a JComboBox editable. Easy enough. Now I want to add a keyListener so I can validate the user's input as he/she keys in text.
However, the keyTyped event never gets called.
I'm using the VCE in VA/Java 3.0 with JDK1.2.2. I set up the keyTyped event in the VCE. But the method never gets called.
Any suggestions as to why this doesn't get called? Or how I can trap the keyTyped event?
thanks,
However, the keyTyped event never gets called.
I'm using the VCE in VA/Java 3.0 with JDK1.2.2. I set up the keyTyped event in the VCE. But the method never gets called.
Any suggestions as to why this doesn't get called? Or how I can trap the keyTyped event?
thanks,