diff --git a/.idea/uiDesigner.xml b/.idea/uiDesigner.xml new file mode 100644 index 0000000..e96534f --- /dev/null +++ b/.idea/uiDesigner.xml @@ -0,0 +1,124 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/Menue.java b/src/Menue.java index b19ea8d..8b94421 100644 --- a/src/Menue.java +++ b/src/Menue.java @@ -220,8 +220,8 @@ public class Menue { @Override public String toString() { - return "Montag\n" + "\t\t\t\t" + dish + "\n" + sideDish - + "Allergene" + "\n" + getTyp(); + return "Montag" + "\t\t\t\t" + dish + "\n" + date + "\t\t\t" + sideDish + + "\n" + "\t\t\t\t\t" + "Allergene" + "\n " + "\t\t\t\t\t" + getTyp() + "\n"; } }