forked from hummel/Bank-System
test
parent
42050a3e98
commit
b6c206b0ac
|
@ -11,7 +11,7 @@ public class UI {
|
|||
public UI(Banksystem bs) {
|
||||
this.bs = bs;
|
||||
hauptmenü();
|
||||
Hallo;
|
||||
|
||||
}
|
||||
|
||||
private void hauptmenü() {
|
||||
|
@ -22,7 +22,7 @@ public class UI {
|
|||
System.out.println();
|
||||
System.out.println("--------");
|
||||
System.out.println("Hauptmenü");
|
||||
System.out.println("1 -> Konten anzeigen");
|
||||
System.out.println("1 -> Konten anzeigen test");
|
||||
System.out.println("2 -> Konto anlegen");
|
||||
System.out.println("3 -> Geld einzahlen");
|
||||
System.out.println("4 -> Geld auszahlen");
|
||||
|
|
Loading…
Reference in New Issue