Java在窗口上加载显示GIF动画图像,将多个独立的GIF图像串联在一起显示,形成GIF特有的动画形式。主要代码如下:  ImageIcon[]images;//用于动画的图标数组  TimeranimationTimer;  intcurrentImage=0;//当前图像编号  intdelay=500;//图像切换延迟  intwidth;//图像宽度  intheight;//图像高度  publicAnimatorIcon()//构造函数  {  setBackground(Color.white);  images=newImageIcon[2];//初始化数