Vote count:
0
//print receipt
bill.append("\n");
bill.append("SUB TOTAL\t\t$" +
String.format("%.2f", subTotal)+ "\n");
bill.append("TAX \t\t$" +
String.format("%.2f", tax) + "\n");
bill.append("TOTAL \t\t$" +
String.format("%.2f", total) + "\n\n");
bill.append("Thank you - Come Again\n\n");
There is nothing is running, i need help immediately. the receipt bar won't appear
asked 20 secs ago
Need help of JCreator project?
Aucun commentaire:
Enregistrer un commentaire