Opzione 1

This commit is contained in:
La Programmatrice Verde
2025-11-25 09:55:40 +01:00
parent d8611ea642
commit 641262ffe0

View File

@@ -56,7 +56,7 @@ public class FatturaScontrini {
case 0: case 0:
break; break;
case 1: case 1:
ordinazione = placeOrdinazione(ordinazione); stampaMenu();
pausa(); pausa();
break; break;
case 2: case 2:
@@ -203,7 +203,6 @@ public class FatturaScontrini {
for (int i = 0; i < getMenuSize(); i++) { for (int i = 0; i < getMenuSize(); i++) {
st = new StringTokenizer(riga, ":"); st = new StringTokenizer(riga, ":");
System.out.println(i + ". " + st.nextToken() + ": " + st.nextToken().trim()); System.out.println(i + ". " + st.nextToken() + ": " + st.nextToken().trim());
System.out.println("\t" + st.nextToken().trim() + "\n");
riga = br.readLine(); riga = br.readLine();
} }
} catch (IOException e) { } catch (IOException e) {