• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

Use mask formatter in conjunction with a DateFormatter in Swing

 
Ranch Hand
Posts: 102
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have a date field in a swing gui and the user would like not to have to enter the '/' 's between the date and the ':' ' s between the time.

If I use a JFormattedTextField with a date formatter i.e.

Then I have the ability to format date correctly but I have to enter the "/' 's and the ":" 's maunally

If I use a FormattedTextField with a MaskFormatter i.e.


Now the user will not have to enter /'s or :'s but I imagine that I lose some of what the date formatter will give me right?
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic