The source project of this merge request has been removed.
NullPointerException Aufgabe 3
Ich habe Schritt für Schritt die Aufgaben gelöst. Jedoch stehe ich bei Aufgabe 3 an. Ich bekomme eine NullPointerException, wenn ich das Programm starten will. Jedoch wenn ich jedoch anstatt
Person person1 = new Person("Mozart", "Wolfgang Amadeus","cmoll.wav", "Mozart.png");
folgender Konstruktor Aufrufe, bekommen ich keine NullPointerException
Person person1 = new Person("Mozart", "Wolfgang Amadeus","", "");
Können sie mir weiterhelfen?