1. 首页
  2. 编程语言
  3. 其他
  4. Java在窗口上加载显示GIF动画图像.rar

Java在窗口上加载显示GIF动画图像.rar

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