In TextEdit, go to the "Format" menu. Then choose "Make Plain Text".
Now, go to save (or Save As) and save your document.
Now, you'll have a Plain Text document.
next in your file input
Change the following line
File file = new File(System.getProperty ("user.home"),"SongList.rtf");
to
File file = new File(System.getProperty ("user.home"),"SongList.txt");
Or by whatever name you have saved the file as