im using a JFileChooser to find a file from anywhere on the system and load it but i also need to be able to export the data within my program to an unknown location, how would i go about doing that?? is it simular to the JFileChooser?
any help would be great thanks guys

Recommended Answers

All 2 Replies

JFileChooser beside having showOpenDialog(Component parent) for selecting files to open/be processed has also showSaveDialog(Component parent) for saving files

thanks for your help all sorted now :)

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.