Hey,
I'm using a TableFormBuilder to, well, build a form. Now everything works great, except a double field.
formBuilder.add("price"); adds a JTextField, but with only three digits after the dot (say 1.234, instead of 1.2345..). How can I change that?
--
Regards,
Kornel


Reply With Quote
