how can I set the format of a FormattedTextField (e.g.
amountField = new JFormattedTextField(amountFormat)
which has been create by the Swng/Matisee perspective?
In other words, the field constructor is within the initcomponents of the frame, how can I pass the format as parameter to it?
(This is lack of java knowledge, I know….)
Thanks
Paolo