Last update: 2011-06-23

org.proteios.install
Class PasswordField

java.lang.Object
  extended by org.proteios.install.PasswordField

public class PasswordField
extends Object

This class prompts the user for a password and attempts to mask input with "". Based on code described at http://forum.java.sun.com/thread.jspa?forumID=9&threadID=490728


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

Constructor Detail

PasswordField

public PasswordField()

Last update: 2011-06-23