NumberFormat numberFormat = NumberFormat.getFormat("#,##0.00");String correctPrice = numberFormat.format( double );