Im trying to create my own Mp3 Player ...
it is difficult for me to write an Jfile Chooser with Filter for Mp3
i have wrote my methode right in the GuiClas
public void FileChooser()
{
JFileChooser chooser = new JFileChooser();
chooser.showOpenDialog(null);
}
can anyone help me ?