Mudar o separador de Decimal

Ola All

Alguem saberia me dizer como mudar o separador devimal:

Locale idioma = new Locale("br", "BR");
JFormattedTextField valor_aluguel1= new JFormattedTextField(new DecimalFormat("###,###,##0.00", new DecimalFormatSymbols(Locale.US)));

Se alguem puder me ajudar…

Obrigado

Talvez isso ajude
http://www.guj.com.br/forum/viewtopic.php?t=1194&highlight=decimal+separador