static ImageSurface showAudioFileWithEditableMarkers(File audioFile) { ImageSurfaceWithXMarkers is = ImageSurfaceWithXMarkers(audioFileToFrequencyImage(audioFile).getBufferedImage(), ll(10f, 20f)); is.setZoom(2); showFrame(is); ret is; }