Help Pls

Hi, pleased to meet you all.

I am making a program to view photographs in a split pane with a list of files on one side and the image selected on the other side.

I have a folder where i keep all of my phototgraphs. What i want to know is if there is a way toread all of the filenames of the files in this folder automatically so that i don't need to add them all to my list manually. Assuming this is possible, if someone could point me in the direction ofa class that can achieve this, that would be great.

Thanks.

[541 byte] By [Jahvaha] at [2007-11-27 9:53:27]
# 1
java.io.File, see method listFiles() for instance.
quittea at 2007-7-13 0:22:41 > top of Java-index,Java Essentials,Java Programming...
# 2
Wow that was quick :PThank you very much.
Jahvaha at 2007-7-13 0:22:41 > top of Java-index,Java Essentials,Java Programming...