I have several pictures of a parson at various ages and would like to chronologically display them. What is the easiest way to do this in Java?
JavaProgramming Languages-Other
Last Comment
jmdl1983
8/22/2022 - Mon
jmdl1983
In java, or javascript on a webpage?
dwcronin
ASKER
In Java. I suppose that the images will be JPEG
krakatoa
In all earnestness, you can arrange that the files - jpgs - have date stamps reflective of their ages; then access them in chronological sequence using File.lastModified().