Opzione 1
This commit is contained in:
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user