col metodo getDescription sempre di FileFilter:

codice:
...
String getDescription() {
return "Image file: BMP, JPG";
}
...