How do I add separators automatically in a text box in Java?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • akamps
    New Member
    • Feb 2013
    • 1

    How do I add separators automatically in a text box in Java?

    Example 222-222-222-222 how do i add separators automatically in a text box in java programming not javascript
  • r035198x
    MVP
    • Sep 2006
    • 13225

    #2
    Listen for key events and add the separator automatically after a character is typed that is characters from last separator or start of text.

    Comment

    Working...