Capitalize all letters in a Textfield in Java
Posted
by Gordon
on Stack Overflow
See other posts from Stack Overflow
or by Gordon
Published on 2010-05-20T14:45:43Z
Indexed on
2010/05/20
14:50 UTC
Read the original article
Hit count: 181
Is it to possible to capitalize the letters in a Textfield as they are being typed by the user in Java?
E.g. The user would type 'hello' and 'HELLO' would appear in the Textfield.
(Odd request and I don't like the idea either.)
© Stack Overflow or respective owner