View Single Post
  #2 (permalink)  
Old 07-02-2007, 01:38 AM
Daniel Daniel is offline
Member
 
Join Date: Jun 2007
Posts: 92
Daniel is on a distinguished road
You may want to use a JPasswordField for your passwords if you are concerned about security of the typed in password. Basically this is a JTextField that echos a * for each character typed.

Greetings.

Daniel
Reply With Quote