protected Transferable createTransferable( JComponent c )
{
// return new StringSelection( doc.getAudioFileDescr().file.getAbsolutePath() + File.pathSeparator +
// doc.timeline.getSelectionSpan().getStart() + File.pathSeparator +
// doc.timeline.getSelectionSpan().getStop() );
return new StringSelection( doc.getDisplayDescr().file.getAbsolutePath() + File.pathSeparator +
doc.timeline.getSelectionSpan().getStart() + File.pathSeparator +
doc.timeline.getSelectionSpan().getStop() );
// System.err.println( "createTransferable" );
// return new AudioFileRegion( new File( "haschimoto" ), new Span( 42, 43 ));