gov.lanl.Utility
Class PasswordField

java.lang.Object
  |
  +--gov.lanl.Utility.PasswordField

public class PasswordField
extends java.lang.Object

Created by IntelliJ IDEA. User: dwf Date: Mar 5, 2003 Time: 10:58:39 PM To change this template use Options | File Templates.

 

Constructor Summary
PasswordField()
           
 
Method Summary
static java.lang.String getPassword(java.lang.String prompt)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PasswordField

public PasswordField()
Method Detail

getPassword

public static java.lang.String getPassword(java.lang.String prompt)
                                    throws java.io.IOException
java.io.IOException
Parameters:
prompt - The prompt to display to the user.
Returns:
The password as entered by the user.