I know the code that will list all the drives available. I also know the code that will list all the files and folders in a given directory. Finally, I just learned that we can use jfilechooser in open/save scenarios and jtree to list the folders the same way windows explorer does. You have the collapse/expand column on the left and on the right you see the avialable files/folders in that location. My question is:
Is there a code that does all this or does everyone have to write it themselves? I just want to know if
java has something like this before or not because I haven't foudn one but that could be because I'm googling the wrong keywords
