@Geovani_Queiroz escreveu:
NumberFormat nf = NumberFormat.getInstance();
String mensagem = "carro: " + cmbCarros.getSelectedItem().toString() + "\nTipo de cor: " + msgcor + "\nItens: " +itens + "\nTotal de acrecismo: " +acrescimocor nf.getCurrency(); +"\nValor Total: " +valortotal nf.getCurrency() txtmensagem.setText(mensagem.toLowerCase());
Mensagens: 2
Participantes: 2