Uzupełnienie konstruktora Note - przypisanie gotowego tekstu notatki do zmiennych

This commit is contained in:
Naiki00 2021-01-08 23:05:03 +01:00
parent 9d81fef925
commit 5eec31c7ed

View File

@ -11,7 +11,8 @@ public class Note {
//konstruktor //konstruktor
public Note() { public Note() {
noteTitle = NoteTitles[0];
noteContent = NoteContents[0];
} }
public String getNoteTitle() { public String getNoteTitle() {