Hello,
I have made a music quiz similar to the one in the iPod, everything runs perfect until my program calls a class MP3 ( http://pastebin.com/d52fe24ce ) to stop with the function close(). The problem in my case is that the MP3 is not "instantiated" when it is called. I am not sure but I think this is because the player I created is not null (see Main.java http://pastebin.com/d32ef2c06 around row 261), although there is actually no "instance" of the player... Anyone have any idea how I can make the player close the stream?