Ejemplo n.º 1
0
 public void deleteNote(Note note) {
   notes.remove(note);
   reorderNotes();
 }