Write a Java program that animates alternatively two image files RIGHT1.gif and RIGHT2.gif on a horizontal line. If the animated images reach the right border of the frame, the images should be reanimated from the left border of the frame. The program also displays a string randomly. Please refer to Appendix 10 for the output of your program.





Write a Java program that animates alternatively two image files RIGHT1.gif and RIGHT2.gif on a h...