Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #107.55K
~420 People Reached
Favorite Forums
Favorite Tags
java x 1

1 Posted Topic

Member Avatar for VernonDozier

I know that the answer is already sort of given a few years ago, but for the people using this as a reference the following code is much shorter and better to comprehend: [CODE] JFileChooser fd = new JFileChooser(); fd.showSaveDialog(this);// TODO add your handling code here: File file = fd.getSelectedFile(); …

Member Avatar for ferwerda
0
420

The End.