Normal
[code=Java] GregorianCalendar(int year, int month, int date, String notiz){ //Konstruktor this.year = year; //Initialisierung this.month = month; this.date = date; this.notiz = notiz;[/code]Return type for the methode is missing?kann ich die notiz da überhaupt mit reinpacken? wohl eher nicht? was für nen retun type hat GregorianCalendar?
[code=Java] GregorianCalendar(int year, int month, int date, String notiz){ //Konstruktor
this.year = year; //Initialisierung
this.month = month;
this.date = date;
this.notiz = notiz;[/code]
Return type for the methode is missing?
kann ich die notiz da überhaupt mit reinpacken? wohl eher nicht? was für nen retun type hat GregorianCalendar?