Can JFileChooser be used on a remote server?
I have a program I need to write that requires me to select a file on a server and write it to my local machine. I have achieved this no problem (Well very few) but my lecturer has asked for a GUI to browse to the server based file. I know JFileChooser works locally, but does it work over a network? And if so how? IS it a case of using a BufferedReader? or is there a "standard" network filechooser I know nothing about?
Thanks in advance.
---
David Thorne, Student
UK
__________________
---
David Thorne, Student
UK
|