JSpinner with SpinnerDateModel - how to set a different Locale?
843804Apr 1 2004 — edited Jan 30 2005I wonder, how I can get my JSpinner to display dates in some different Locale.
I tried UIManager.getDefaults().setDefaultLocale(...) and spinner.setLocale(...) and ((JSpinner.DateEditor)spinner.getEditor()).setLocale(...) and ((JSpinner.DateEditor)spinner.getEditor()).getTextField.setLocale(...) but without any effect.
??? "Lost in Swing" ???