Here's what I have to do, but I have no idea where to start:
Write a program that allows you to browse images (gif, jpg) from the specified directory. Pictures are subsequently shown in the window, as follows:
- a) the catalog and the time interval between image (in seconds) is determined at the start of the program on the basis of information from the file,
- b) images are shown in their original sizes,
- c) adjust the image to the frame
I know the very basic question, but just getting started with Java. Is there some sort of function, which will give me the names of all items in a folder?