I trying to save my contact in my table but filechosser always setit to all file. is there way I can set it to accept .txt only and make it default or the only option. >
Here some examples
fileChooser.addChoosableFileFilter(new FileNameExtensionFilter("Images", "jpg", "png", "gif", "bmp")); fileChooser.addChoosableFileFilter(new FileNameExtensionFilter("*.pdf", "pdf")); fileChooser.addChoosableFileFilter(new FileNameExtensionFilter("*.txt", "txt"));