Supports loading images from the "images" package located in the JAR. The animation is constructed from images matching the given filename pattern. You can use this API also to load a single image from a JAR. Example: AnimatedImage anim = new AnimatedImage("frame?.png"); AnimatedImage singleImage = new AnimatedImage("img.png");
@author Viliam Simko
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.