This is the simplest application to animate an array of images.
import java.awt.*;
import javax.swing.*;
public class AnimApp extends JComponent implements Runnable {
Im
This is the simplest applet to animate an array of images. In practice, you should use double-buffering (which this example does not use) to eliminate flickering.
import java.applet.*;
impo
//*****************************************************************************
//
// images.h - Prototypes for the built-in images.
//
// Copyright (c) 2006-2007 Luminary Micro, Inc. All rights