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
1 Posted Topic
Re: 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(); … |
The End.