vote up -1 vote down star

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)

flag

55% accept rate

2 Answers

vote up 1 vote down

On a closing JFileChooser you normally don't want to exit your application, at first you want to get the inputs the user made from the dialog. After that you can call System.exit() directly.

link|flag
vote up 0 vote down

You can put a JFileChooser on a custom JFrame and set the default close operation on that JFrame.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.