6162636465666768697071
public void actionPerformed( ActionEvent evt ) { String error = ""; final JFileChooser fc = new JFileChooser(); fc.addChoosableFileFilter( new PlaylistFileFilter(locale) ); if ( fc.showOpenDialog(parent) == JFileChooser.APPROVE_OPTION ) { try {