Search:

Type: Posts; User: chronoz13

Search: Search took 0.06 seconds.

  1. [SOLVED] Re: JTextField for Date input ( DD/MM/YY) or (DD : MM : YY)

    i like the idea, yes i tried, but i was able to resolve the issue by using JFormattedTextField and a MaskFormatter object, to designate the input restriction, thanks anyway :)
  2. [SOLVED] Re: JTextField for Date input ( DD/MM/YY) or (DD : MM : YY)

    well my point with the text field is a typing restriction, that when the user typed 2 values it will jump on the second one for another 2 values and jump again on the third one for another 2 values,...
  3. [SOLVED] JTextField for Date input ( DD/MM/YY) or (DD : MM : YY)

    how would it be possible to create a text field where the caret will jump every 2 inserts of text between a character (i.e : or /)
    just like inputting dates 2 digits between those character,

    i...
Results 1 to 3 of 3