In Netbeans, is it possible to hide the type password in a textbox with asterisk (******
)?
Tha开发者_高级运维nks
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.
Use JPasswordField
精彩评论