Exit Button « JFileChooser « Java Swing Q&A





1. How can we set the exit button of JFileChooser?    stackoverflow.com

we use setDefaultclose Operation(JFrame.EXIT_ON_CLOSE) for JFrame and those classes that implements JFrame. what can we do like this for JFileChooser????(the window that suddenly when you push browse button will pups up)