Reputation: 4033
In Netbeans, is it possible to hide the type password in a textbox with asterisk (******
)?
Thanks
Upvotes: 3
Views: 25488
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