i'm using swing and i don't know how to make a * appear instead of the letter typed. I know using the AWT it's you would use setEchoCharacter('*'); but it is different for swing. Does anyone know???? [sig][/sig]
Okay well i've just found out the answer. Just incase anyone else was interested here is the answer. The textField in swing does not double as a password field as the AWT textField does. Within swing there is an object know as JPasswordField. Which works the same as a textfield but is purely dedicated to passwords [sig][/sig]
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.