Get rid of that comma in my JSpinner!!!
843804Nov 1 2004 — edited Nov 2 2004Hey,
There's gotta be a way to do this: My JSpinner seems to like inserting commas in the numbers I enter when the number's big enough. Example: I enter "30000" and when I change the focus it makes it into "30,000". This is undesirable for the application I'm programming. The JSpinner is for entering an appartment number, and no one writes their appartment numbers with commas. Is there a way to tell it that I don't want this?
Gib