I am a novice programmer. I am trying to set input masks in GUI fields. I have used JFormmatedTextFields with and input verifier. It does verify the input and locks focus
when the deisred input is not there. To be user friendly the text field displays the required format.
I want the following behaviour. As the user enters the values, characters from the displayed format should be removed. Instead now these characters are pushed to the right, and the user has to delete them at the end of input.
How to achieve this?
when the deisred input is not there. To be user friendly the text field displays the required format.
I want the following behaviour. As the user enters the values, characters from the displayed format should be removed. Instead now these characters are pushed to the right, and the user has to delete them at the end of input.
How to achieve this?