|
Maybe, it would be better obtain the key entered from keyevent parameter that received the listener
To avoid the exception ArrayIndexOutOfBounds you could use the attribute .length of the array
if (Password.getPassword().length ..... )
regards
Last edited by Freddie : 06-01-2007 at 03:48 PM.
|