Conferma UX
This commit is contained in:
@@ -143,7 +143,7 @@ public class FatturaScontrini {
|
|||||||
|
|
||||||
do {
|
do {
|
||||||
error = false;
|
error = false;
|
||||||
System.out.print("Modificare l'ordinazione? [S/N] "); // TODO: feedback UX
|
System.out.print("Modificare l'ordinazione? [S/N] ");
|
||||||
scelta = sc.nextLine().trim().toLowerCase();
|
scelta = sc.nextLine().trim().toLowerCase();
|
||||||
switch (scelta) {
|
switch (scelta) {
|
||||||
case "s":
|
case "s":
|
||||||
|
|||||||
Reference in New Issue
Block a user