Category "jtextfield"

Replace 0s of jTextField as I type

I want jTextField with 12 0s and I need to change those 0s to numbers I type as I type. In begining there is 000000000000 If I type 123 then it should be 0000

How to make JTextField lose its focus?

Exacly as stated in the subject how to make JTextField lose its focus? Something like: jtf.setFocus(false)