static JList showAudioRecordingsWithoutMarkers() { ret showFilesListWithAction_reloadable("Files without markers", func -> L { filesWithEmptyInfoField('Markers, allRecordings()) }, voidfunc(File f) { showAudioFileWithEditableMarkers(f) }); }