Results 1 to 2 of 2
- 04-20-2010, 03:08 PM #1
Member
- Join Date
- Apr 2010
- Posts
- 1
- Rep Power
- 0
JFormattedTextField and MaskFormatter
Hi,
Hoping a Swing guru on here might shed a little light on a problem I have.
I've got little or no time to get a solution for this into a clients application and so far... well, I'm losing lots of hair - so any help on this would be gratefully appreciated!!!
Basically, all I need to do is permit the user to enter an amount of money into a text field. However, it needs to be formatted on the fly so that:
If they press 1, the output appears as 0.01
If they then press 2, the output appears as 0.12
If they then press 3, the output appears as 1.23
and so on.
The idea is that it automatically determines where the decimal point is - without the user having to enter it themselves.
The formatter has to permit only numeric characters and support the deletion of characters.
I've tried all sorts of solutions:
MaskFormatter - starts entering the characters from left to right - no good.
DefaultFormatterFactory - doesn't format the field until focus changes or enter pressed
KeyListener - can detect a new keypress but can't change the text from within the event without it appearing twice
I've even tried messing around with the Caret, but to no avail.
Help!
This should be a simple thing to do, but Swing is baffling me on this one
-
I'm not sure if it will help you, but one of the best discussions I've seen on use of mask formatters is this one, in particular JayDS's posts: Swing - JFormattedTextField telephone number format problem
Similar Threads
-
add jformattedTextfield in jtable
By anilkumar_vist in forum Advanced JavaReplies: 1Last Post: 11-18-2009, 05:42 PM -
JFormattedTextField / Formatter / OverWriteMode
By Ralphw in forum AWT / SwingReplies: 1Last Post: 08-20-2009, 11:23 AM -
JFormattedTextField + SimpleDateFormat
By Ralphw in forum AWT / SwingReplies: 1Last Post: 07-07-2009, 10:53 AM -
Problems with JFormattedTextField
By Gatts79 in forum New To JavaReplies: 0Last Post: 10-03-2008, 04:59 PM -
JFormattedTextField Issue
By teracomp in forum AWT / SwingReplies: 1Last Post: 01-21-2008, 06:55 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks