View Single Post
  #2 (permalink)  
Old 05-14-2007, 05:47 PM
Freddie Freddie is offline
Member
 
Join Date: May 2007
Posts: 42
Freddie is on a distinguished road
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.
Reply With Quote