srecord noeq JFilePathButton(File file) { transient JButton button; visualize { button if null = jimageButtonScaledToWidth(16, #1101292, f2s(file) + " [click to show in file explorer]", l0 showInExplorer); ret button; } void showInExplorer { thread { //startPlatformFileManager(dirOfFile(file)); desktopOpen(dirOfFile(file)); } } }