mouthpiec
mouthpiec

Reputation: 4033

Textbox with password properties in Netbeans

In Netbeans, is it possible to hide the type password in a textbox with asterisk (******)?

Thanks

Upvotes: 3

Views: 25488

Answers (2)

Midhat
Midhat

Reputation: 17810

Use JPasswordField

Upvotes: 1

Bozhidar Batsov
Bozhidar Batsov

Reputation: 56595

If you mean that you need to design a Swing UI with a password text field you should simply use the JPasswordField component form the standard Swing palette.

Upvotes: 7

Related Questions