1. How can we set the exit button of JFileChooser? stackoverflow.comwe 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) |