I am using a JFormattedTextField in combination with a DateFormatter. I've seen examples of this kind of text field using MaskFormatter in which a user can type in values and overwrite existing ones (e.g. the placeholder characters) without having to erase them manually. Is it possible to do the same thing with a DateFormatter? For example, I want to use 00:00:00 as the placeholder string, and the time should be in the format HH:mm:ss.

link|improve this question

feedback

1 Answer

JSpinner is better and nicer JComponent for Date instance, than JFormattedTextField, I think that more confortable and intuitive

link|improve this answer
+1 I'd look at JCalendar, too. – trashgod Nov 1 '11 at 1:55
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.