views:

246

answers:

2

Hi,

In netbeans it is possible to hide the type password in a textbox with **?

thanks

+2  A: 

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.

Bozhidar Batsov
+1  A: 

Use JPasswordField

Midhat