answersLogoWhite

0


Best Answer

We'll look at a simple program which displays a small window containing only a JPasswordField object. When you press the Enter key while editing the password field, we'll print out the password and then change what character is used to mask it.

final JFrame frame = new JFrame("Password Test Frame");

frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);

final JPasswordField passfield = new JPasswordField();

passfield.addActionListener(new ActionListener() {

// When we press the Enter key, do some stuff to passfield...

public final void actionPerformed(final ActionEvent ev) {

// Print out the underlying password.

System.out.println(new String(passfield.getPassword()));

// Change the character used to mask the password.

passfield.setEchoChar((char) (passfield.getEchoChar() + 1));

}

});

frame.add(passfield);

frame.setSize(300, 60);

frame.setVisible(true);

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: A sample code for using password field in java?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Why does it say invalid zip code length when you try to make an account on photobucket?

try using a different password


How can i hack MY OWN yahoo account to retrieve a password when using the forgot password link wont help because an idiot that used a fake postal code and email?

You can't.


How would I log on to a net book if the pass code was lost?

You can try to reset the password using the password reset option provided during login. If that doesn't work, you can use password recovery tools or contact the manufacturer or a technician for assistance in resetting the password.


What is the code to level 80 on the never ending level game?

The password is "password" the password is not "password"


On game house you get email and password not code?

In gamehouse you get a email and password but you got to make it,you dont get a code


What would be some examples of user-defined exceptions ie incorect password?

Well maybe if you are using a try/catch with the If ElseIf etc, put an "else" in the password code and put the exception there.


What is the code for MyCard?

If you have MyCard through Miami University, you can look at your account online by using a unique ID and a password. If you do not know, or can't remember, your code you should check with the issuer.


How do you sign into engradecom using the access code?

You just type in your username and password and hit enter or log in. "Proffesor" Timble A. Scott


What if you cant remember your password question or anything to log on?

you go to forgot password and then go to your email and theres a code copy the code and type your new password


What does reset password code means?

--Mann Howw Cann Yhall Not Knoww What Password Reset Code iis


What is true techs xbox code generator password?

password is Xbox2UXbox


A code used to access a locked system on a computer?

Password