-1

In my swing app , i want to access files from network. From FileChooser we can access file from our local disk, similarly is there any way can we access the file if we provide the URL. Iam a beginner in this filed, any help is highly appreciable.

1 Answers1

0

You don't have to do any configurations in JFileChooser to select network stuffs. By default JFileChooser can access network files as well. You can either type the path or map network drives to the local machine and access through them. Or use network node in the computer in the JFileChooser and select the stuff that you want.