(Slide show) Programming Exercise 16.13 developed a slide show using images. Rewrite that program to develop a slide show using text files. Suppose ten text files named slide0.txt, slide1.txt, . . ., and slide9.txt are stored in the text directory. Each slide displays the text from one file. Each slide is shown for one second, and the slides are displayed in order. When the last slide finishes, the first slide is redisplayed, and so on. Use a text area to display the slide.
Ref prb:
(Slide show) Twenty-five slides are stored as image files (slide0.jpg, slide1.jpg, . . ., slide24.jpg) in the image directory downloadable along with the source code in the book. The size of each image is 800 ×600.Write a Java application that automatically displays the slides repeatedly. Each slide is shown for a second. The slides are displayed in order. When the last slide finishes, the first slide is redisplayed, and so on. (Hint: Place a label in the frame and set a slide as an image icon in the label.)
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.