GIF « JScrollPane « Java Swing Q&A





1. How do I put more than one gif in a JScrollPane    coderanch.com

I need to put several Gifs inside a JScrollPane, and some of the Gif Coordinates are bigger than the monitor resolution (eg 800x600 and Gif 2000x2000). Im able to do that, BUT the only gif thats showing up is the last one added, all the other ones are missing. I verified and the components are there, but they are just not ...