Save a file without making a copy of it using JFileChooser or something els

in my application i m downloading a file from some location and by default it is being saved to a temp location and i have a File object of the saved file.

I want to save that file to a location specified by the user using the JFileChooser. How can i do it without making a copy of the file?

Is there any SaveAs kind of option associated with JFileChooser.

[375 byte] By [amitrana83a] at [2007-11-27 9:24:28]
# 1
Get the Path with the FileChosser and after use the java.io to copy the file ;)
rj123a at 2007-7-12 22:20:23 > top of Java-index,Desktop,Core GUI APIs...