
My Java mp3 player application. I am currently working on a Java SE app that plays mp3's. The key is that it will use an image of an old-school boom box as a background. I am using a JTextArea on a null JFrame layout and then importing the image. NetBeans 7 of course! After that I'm using a JFileChooser to open a file and a Filter to only show mp3's. Tutorial coming as soon as it's done.