if(selected != -1)
{
JPowerHourInterlude i = (JPowerHourInterlude) model.get(selected);
try
{
i.playSong();
}
catch (BasicPlayerException e)
{
String message = "Could not get the audio device. Please try closing all other programs that may be using the audio device";
JOptionPane.showMessageDialog(this, message, "Error", JOptionPane.ERROR_MESSAGE);